mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 22:22:51 -04:00
staging: speakup: thread.c Comment modifications
Make comment style modifications Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
44c8e49b35
commit
b42fe0bc14
@@ -47,7 +47,8 @@ int speakup_thread(void *data)
|
||||
if (our_sound.active)
|
||||
kd_mksound(our_sound.freq, our_sound.jiffies);
|
||||
if (synth && synth->catch_up && synth->alive) {
|
||||
/* It is up to the callee to take the lock, so that it
|
||||
/*
|
||||
* It is up to the callee to take the lock, so that it
|
||||
* can sleep whenever it likes
|
||||
*/
|
||||
synth->catch_up(synth);
|
||||
|
||||
Reference in New Issue
Block a user