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>
This commit is contained in:
Walt Feasel 2016-11-21 10:19:23 -05:00 committed by Greg Kroah-Hartman
parent a46063f386
commit b61f49a6e5
1 changed files with 0 additions and 1 deletions

View File

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