]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: speakup: thread.c align on parenthesis
authorWalt Feasel <waltfeasel@gmail.com>
Sat, 19 Nov 2016 17:12:12 +0000 (12:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Nov 2016 10:05:29 +0000 (11:05 +0100)
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>
drivers/staging/speakup/thread.c

index e4de7dcb6c36db0d4f7ca2cba9159305dc025bf1..8c64f1ada6e04b108b71613abc9dc16c0aaea7a9 100644 (file)
@@ -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 &&