staging: line6/midi.c: Added space between switch and open parenthesis
authorJohannes Thumshirn <morbidrsa@googlemail.com>
Sat, 5 May 2012 14:31:51 +0000 (16:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 May 2012 20:49:01 +0000 (13:49 -0700)
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>
drivers/staging/line6/midi.c

index 13d0293..5040729 100644 (file)
@@ -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;