projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b42fe0b
)
staging: speakup: thread.c align on parenthesis
author
Walt Feasel
<waltfeasel@gmail.com>
Sat, 19 Nov 2016 17:12:12 +0000
(12:12 -0500)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/speakup/thread.c
b/drivers/staging/speakup/thread.c
index e4de7dcb6c36db0d4f7ca2cba9159305dc025bf1..8c64f1ada6e04b108b71613abc9dc16c0aaea7a9 100644
(file)
--- a/
drivers/staging/speakup/thread.c
+++ b/
drivers/staging/speakup/thread.c
@@
-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 &&