summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/speakup_soft.c
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-21 10:19:23 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-23 10:07:32 +0100
commitb61f49a6e58013cb269608bb4865ee9b4e64bb42 (patch)
treea77c67774d935d54b23caf588b421b6f4e8a2082 /drivers/staging/speakup/speakup_soft.c
parenta46063f3868416bd3506c4b7fa5d547682ed8e2d (diff)
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>
Diffstat (limited to 'drivers/staging/speakup/speakup_soft.c')
-rw-r--r--drivers/staging/speakup/speakup_soft.c1
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));