Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Walt Feasel and committed by
Greg Kroah-Hartman
dd451964 b42fe0bc

+1 -1
+1 -1
drivers/staging/speakup/thread.c
··· 27 27 our_sound = spk_unprocessed_sound; 28 28 spk_unprocessed_sound.active = 0; 29 29 prepare_to_wait(&speakup_event, &wait, 30 - TASK_INTERRUPTIBLE); 30 + TASK_INTERRUPTIBLE); 31 31 should_break = kthread_should_stop() || 32 32 our_sound.active || 33 33 (synth && synth->catch_up && synth->alive &&