summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-21 10:11:25 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-23 10:05:39 +0100
commit253f5fbf67efda09b932040ce05daf09af6bed43 (patch)
treecf0df49e54bc3cad94475d8dc959b0b1b68e68ce
parent958cb7d4a6e0d14afe8b4add4bc6a60171056e6f (diff)
staging: speakup: spk_types.h Align 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>
-rw-r--r--drivers/staging/speakup/spk_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/spk_types.h b/drivers/staging/speakup/spk_types.h
index 5552b480568b..b07f6cc4f284 100644
--- a/drivers/staging/speakup/spk_types.h
+++ b/drivers/staging/speakup/spk_types.h
@@ -167,7 +167,7 @@ struct spk_synth {
int (*probe)(struct spk_synth *synth);
void (*release)(void);
const char *(*synth_immediate)(struct spk_synth *synth,
- const char *buff);
+ const char *buff);
void (*catch_up)(struct spk_synth *synth);
void (*flush)(struct spk_synth *synth);
int (*is_alive)(struct spk_synth *synth);