* [PATCH] rcu: fix synchronize_rcu() so that kernel-doc works
@ 2008-07-24 23:56 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-07-24 23:56 UTC (permalink / raw)
To: lkml; +Cc: dipankar, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix RCU's synchronize_cpu() 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'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
kernel/rcupdate.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.26-git11.orig/kernel/rcupdate.c
+++ linux-2.6.26-git11/kernel/rcupdate.c
@@ -77,6 +77,7 @@ void wakeme_after_rcu(struct rcu_head *
* sections are delimited by rcu_read_lock() and rcu_read_unlock(),
* and may be nested.
*/
+void synchronize_rcu(void);
synchronize_rcu_xxx(synchronize_rcu, call_rcu)
EXPORT_SYMBOL_GPL(synchronize_rcu);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-24 23:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-24 23:56 [PATCH] rcu: fix synchronize_rcu() so that kernel-doc works Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox