Skip to content
Commit 231daf07 authored by Alex Shi's avatar Alex Shi Committed by Rusty Russell
Browse files

cpumask: cpulist_parse() comments correction

As introduced in Rusty's commit 29c0177e

, the function has no
parameter @len, so need to remove it from comments to avoid kernel-doc
warning:

alexs@debian:~/linux-next$ scripts/kernel-doc -man
include/linux/cpumask.h | split-man.pl /tmp/man
....
Warning(include/linux/cpumask.h:602): Excess function parameter 'len'
description in 'cpulist_parse'

and correct the function name in comments to cpulist_parse.

Signed-off-by: default avatarAlex Shi <alex.shi@intel.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 96263d28
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment