diff options
author | Walt Feasel <waltfeasel@gmail.com> | 2016-11-21 10:19:22 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-23 10:07:32 +0100 |
commit | a46063f3868416bd3506c4b7fa5d547682ed8e2d (patch) | |
tree | cb783968a070cf649c4a25cc23ea3ff93ac50ad3 /drivers/staging/speakup | |
parent | 59cb14b2b9bdb92b0499791f24cedc37c60c36f5 (diff) | |
download | talos-obmc-linux-a46063f3868416bd3506c4b7fa5d547682ed8e2d.tar.gz talos-obmc-linux-a46063f3868416bd3506c4b7fa5d547682ed8e2d.zip |
staging: speakup: speakup_soft.c Multiple blank lines
Make suggested checkpatch modification for
CHECK: Please don't use multiple blank lines
Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup')
-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 de6b35aa37cb..9308b7e261d1 100644 --- a/drivers/staging/speakup/speakup_soft.c +++ b/drivers/staging/speakup/speakup_soft.c @@ -310,7 +310,6 @@ static const struct file_operations softsynth_fops = { .release = softsynth_close, }; - static int softsynth_probe(struct spk_synth *synth) { |