]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: speakup: speakup_soft.c Align parenthesis
authorWalt Feasel <waltfeasel@gmail.com>
Mon, 21 Nov 2016 15:19:25 +0000 (10:19 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Nov 2016 09:07:32 +0000 (10:07 +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/speakup_soft.c

index 50973cfc91acaf433bc16422e9e77cfdf7bdb93f..ed3e4282f41c4bc5a211b710c48bad0873f3d3b4 100644 (file)
@@ -276,8 +276,7 @@ static ssize_t softsynth_write(struct file *fp, const char __user *buf,
        return count;
 }
 
-static unsigned int softsynth_poll(struct file *fp,
-               struct poll_table_struct *wait)
+static unsigned int softsynth_poll(struct file *fp, struct poll_table_struct *wait)
 {
        unsigned long flags;
        int ret = 0;