Skip to content

Commit

Permalink
staging: line6/midi.c: Added space between switch and open parenthesis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed May 9, 2012
1 parent 8878451 commit bc8fa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/line6/midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ int line6_init_midi(struct usb_line6 *line6)

line6midi->line6 = line6;

switch(line6->product) {
switch (line6->product) {
case LINE6_DEVID_PODHD300:
case LINE6_DEVID_PODHD500:
line6midi->midi_mask_transmit = 1;
Expand Down

0 comments on commit bc8fa14

Please sign in to comment.