]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: speakup: speakup_soft.c Blank line after {
authorWalt Feasel <waltfeasel@gmail.com>
Mon, 21 Nov 2016 15:19:23 +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: Blank lines aren't necessary after an
open brace '{'

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/speakup_soft.c

index 9308b7e261d199715ccf71569b6f940532486a81..dfddd265b3c85d6ea1c9cdaedb760b9db1c07e3d 100644 (file)
@@ -312,7 +312,6 @@ static const struct file_operations softsynth_fops = {
 
 static int softsynth_probe(struct spk_synth *synth)
 {
-
        if (misc_registered != 0)
                return 0;
        memset(&synth_device, 0, sizeof(synth_device));