• Randy Dunlap's avatar
    cpumask: eliminate kernel-doc warnings · dcb60f9c
    Randy Dunlap authored
    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: 7b4967c5 ("cpumask: Add alloc_cpumask_var_node()")
    Fixes: 839cad5f ("cpumask: fix function description kernel-doc notation")
    Fixes: 93ba139b ("cpumask: use find_first_and_bit()")
    Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
    Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
    dcb60f9c
cpumask.c 5.45 KB