rcu: fix synchronize_rcu() so that kernel-doc works
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 20 Aug 2008 23:35:19 +0000 (16:35 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 21 Aug 2008 07:31:44 +0000 (09:31 +0200)
commit01dcb0443ed89eccf26c2b43f1ea13b368ae740d
tree30b6c33a6074dd28b15f0441cc96df716360fa68
parent6a55617ed5d1aa62b850de2cf66f5ede2eef4825
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 <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/rcupdate.c