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:
parent
a46063f386
commit
b61f49a6e5
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue