diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-22 04:06:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-22 11:55:47 -0500 |
commit | af9997e426f9ddfe7a84cb4cd3c7ff938fabd41a (patch) | |
tree | 8bbb991c584b1a555b35950900455517f5e55ee9 /kernel/relay.c | |
parent | b7f869a2847dfe6f9b0835ca1b24e73bed926d7d (diff) |
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
Fix kernel-doc warnings in 2.6.20-rc1.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/relay.c')
-rw-r--r-- | kernel/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/relay.c b/kernel/relay.c index a4701e7ba7d0..3e076f2acd31 100644 --- a/kernel/relay.c +++ b/kernel/relay.c | |||
@@ -302,7 +302,7 @@ static struct rchan_callbacks default_channel_callbacks = { | |||
302 | 302 | ||
303 | /** | 303 | /** |
304 | * wakeup_readers - wake up readers waiting on a channel | 304 | * wakeup_readers - wake up readers waiting on a channel |
305 | * @private: the channel buffer | 305 | * @work: work struct that contains the the channel buffer |
306 | * | 306 | * |
307 | * This is the work function used to defer reader waking. The | 307 | * This is the work function used to defer reader waking. The |
308 | * reason waking is deferred is that calling directly from write | 308 | * reason waking is deferred is that calling directly from write |