Skip to content
Snippets Groups Projects
Commit bc8fa144 authored by Johannes Thumshirn's avatar Johannes Thumshirn Committed by Greg Kroah-Hartman
Browse files

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: default avatarJohannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 88784515
No related branches found
No related tags found
No related merge requests found
...@@ -406,7 +406,7 @@ int line6_init_midi(struct usb_line6 *line6) ...@@ -406,7 +406,7 @@ int line6_init_midi(struct usb_line6 *line6)
line6midi->line6 = line6; line6midi->line6 = line6;
switch(line6->product) { switch (line6->product) {
case LINE6_DEVID_PODHD300: case LINE6_DEVID_PODHD300:
case LINE6_DEVID_PODHD500: case LINE6_DEVID_PODHD500:
line6midi->midi_mask_transmit = 1; line6midi->midi_mask_transmit = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment