mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 10:59:18 -04:00
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:
committed by
Greg Kroah-Hartman
parent
a46063f386
commit
b61f49a6e5
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user