From: Randy Dunlap Date: Wed, 20 Aug 2008 23:35:19 +0000 (-0700) Subject: rcu: fix synchronize_rcu() so that kernel-doc works X-Git-Tag: v2.6.27-rc5~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01dcb0443ed89eccf26c2b43f1ea13b368ae740d;p=pandora-kernel.git rcu: fix synchronize_rcu() so that kernel-doc works Fix RCU's synchronize_rcu() so that it looks like a C function, enabling it to be recognized as a function with kernel-doc annotation. Warning(linux-2.6.26-git11//kernel/rcupdate.c:81): No description found for parameter 'synchronize_rcu' Warning(linux-2.6.26-git11//kernel/rcupdate.c:81): No description found for parameter 'call_rcu' [akpm@linux-foundation.org: fix comment] Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed