]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 5552b480568bd84e9b1624cc3238a4eac81a6ba1..b07f6cc4f284ef615e8a1445a122c15d0e00e3e4 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);