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 61a504900eaa..4311101b0ca7 100644 --- a/kernel/relay.c +++ b/kernel/relay.c | |||
@@ -310,7 +310,7 @@ static struct rchan_callbacks default_channel_callbacks = { | |||
310 | 310 | ||
311 | /** | 311 | /** |
312 | * wakeup_readers - wake up readers waiting on a channel | 312 | * wakeup_readers - wake up readers waiting on a channel |
313 | * @data: contains the the channel buffer | 313 | * @data: contains the channel buffer |
314 | * | 314 | * |
315 | * This is the timer function used to defer reader waking. | 315 | * This is the timer function used to defer reader waking. |
316 | */ | 316 | */ |