mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 10:28:57 +00:00
staging: speakup: thread.c align on parenthesis
Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b42fe0bc14
commit
dd451964f3
@ -27,7 +27,7 @@ int speakup_thread(void *data)
|
||||
our_sound = spk_unprocessed_sound;
|
||||
spk_unprocessed_sound.active = 0;
|
||||
prepare_to_wait(&speakup_event, &wait,
|
||||
TASK_INTERRUPTIBLE);
|
||||
TASK_INTERRUPTIBLE);
|
||||
should_break = kthread_should_stop() ||
|
||||
our_sound.active ||
|
||||
(synth && synth->catch_up && synth->alive &&
|
||||
|
Loading…
Reference in New Issue
Block a user