diff options
author | Walt Feasel <waltfeasel@gmail.com> | 2016-11-21 10:19:23 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-23 10:07:32 +0100 |
commit | b61f49a6e58013cb269608bb4865ee9b4e64bb42 (patch) | |
tree | a77c67774d935d54b23caf588b421b6f4e8a2082 | |
parent | a46063f3868416bd3506c4b7fa5d547682ed8e2d (diff) | |
download | linux-b61f49a6e58013cb269608bb4865ee9b4e64bb42.tar.bz2 |
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 <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/speakup/speakup_soft.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |