From: Alex Shi Date: Thu, 26 Jul 2012 23:59:42 +0000 (+0930) Subject: cpumask: cpulist_parse() comments correction X-Git-Tag: v3.6-rc1~74^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231daf0751ccaf21373f591c524a3f557a15d03f;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed