Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: line6/midi.c: Added space between switch and open parenthesis

Added space between switch and open parenthesis to make checkpatch.pl happy

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Johannes Thumshirn and committed by
Greg Kroah-Hartman
bc8fa144 88784515

+1 -1
+1 -1
drivers/staging/line6/midi.c
··· 406 406 407 407 line6midi->line6 = line6; 408 408 409 - switch(line6->product) { 409 + switch (line6->product) { 410 410 case LINE6_DEVID_PODHD300: 411 411 case LINE6_DEVID_PODHD500: 412 412 line6midi->midi_mask_transmit = 1;