diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-07-13 05:08:32 +0200 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2023-07-18 00:47:21 +0200 |
commit | dcb60f9c403e03133363563ac8ea5d8bba6c2be1 (patch) | |
tree | 05cd9fc455a1a59b691a96c500289774f48a387e /Documentation/driver-api | |
parent | Linux 6.5-rc2 (diff) | |
download | linux-dcb60f9c403e03133363563ac8ea5d8bba6c2be1.tar.xz linux-dcb60f9c403e03133363563ac8ea5d8bba6c2be1.zip |
cpumask: eliminate kernel-doc warnings
Update lib/cpumask.c and <linux/cpumask.h> to fix all kernel-doc
warnings:
include/linux/cpumask.h:185: warning: Function parameter or member 'srcp1' not described in 'cpumask_first_and'
include/linux/cpumask.h:185: warning: Function parameter or member 'srcp2' not described in 'cpumask_first_and'
include/linux/cpumask.h:185: warning: Excess function parameter 'src1p' description in 'cpumask_first_and'
include/linux/cpumask.h:185: warning: Excess function parameter 'src2p' description in 'cpumask_first_and'
lib/cpumask.c:59: warning: Function parameter or member 'node' not described in 'alloc_cpumask_var_node'
lib/cpumask.c:169: warning: Function parameter or member 'src1p' not described in 'cpumask_any_and_distribute'
lib/cpumask.c:169: warning: Function parameter or member 'src2p' not described in 'cpumask_any_and_distribute'
Fixes: 7b4967c53204 ("cpumask: Add alloc_cpumask_var_node()")
Fixes: 839cad5fa54b ("cpumask: fix function description kernel-doc notation")
Fixes: 93ba139ba819 ("cpumask: use find_first_and_bit()")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'Documentation/driver-api')
0 files changed, 0 insertions, 0 deletions