]> git.baikalelectronics.ru Git - kernel.git/commit
cpumask: cpulist_parse() comments correction
authorAlex Shi <alex.shi@intel.com>
Thu, 26 Jul 2012 23:59:42 +0000 (09:29 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 26 Jul 2012 23:59:42 +0000 (09:29 +0930)
commit1e70eec4faaeaf2dc0bf51773ec924346e8b6f71
tree03c193b7e22ebf25b00f406023a947267aa29ac0
parentb3d58522713fc678a00ec6de4bf0bd04ba210191
cpumask: cpulist_parse() comments correction

As introduced in Rusty's commit 52bc273f118, 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