From: Walt Feasel Date: Mon, 21 Nov 2016 15:19:23 +0000 (-0500) Subject: staging: speakup: speakup_soft.c Blank line after { X-Git-Tag: v4.10-rc1~148^2~94 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b61f49a6e58013cb269608bb4865ee9b4e64bb42;p=karo-tx-linux.git staging: speakup: speakup_soft.c Blank line after { Make suggested checkpatch modification for CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Walt Feasel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/speakup_soft.c b/drivers/staging/speakup/speakup_soft.c index 9308b7e261d1..dfddd265b3c8 100644 --- a/drivers/staging/speakup/speakup_soft.c +++ b/drivers/staging/speakup/speakup_soft.c @@ -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));