staging: speakup: spk_types.h Align parenthesis
authorWalt Feasel <waltfeasel@gmail.com>
Mon, 21 Nov 2016 15:11:25 +0000 (10:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Nov 2016 09:05:39 +0000 (10: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/spk_types.h

index 5552b48..b07f6cc 100644 (file)
@@ -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);