]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpumask: cpulist_parse() comments correction
authorAlex Shi <alex.shi@intel.com>
Sat, 21 Jul 2012 22:28:16 +0000 (08:28 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 21 Jul 2012 22:28:16 +0000 (08:28 +1000)
commitbefbe035127d3e5d80881efe8c024257d7f6e3a0
treed12cfa39ccde4eeaf058070ca0e1c9897e54c413
parentc093e56df0eb31fa9c6e989098302d68cda14c45
cpumask: cpulist_parse() comments correction

As introduced in Rusty's commit 29c0177e6a4, 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: Alex Shi <alex.shi@intel.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/cpumask.h