mirror of https://gitee.com/openkylin/linux.git
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:
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);
|
||||
|
|
Loading…
Reference in New Issue