diff options
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 |