From: Walt Feasel Date: Mon, 21 Nov 2016 15:11:25 +0000 (-0500) Subject: staging: speakup: spk_types.h Align parenthesis X-Git-Tag: v4.10-rc1~148^2~104 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=253f5fbf67efda09b932040ce05daf09af6bed43;p=karo-tx-linux.git staging: speakup: spk_types.h Align parenthesis Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel Signed-off-by: Greg Kroah-Hartman --- 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);