summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/midi.c
diff options
context:
space:
mode:
authorJohannes Thumshirn <morbidrsa@googlemail.com>2012-05-05 14:31:51 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 20:49:01 (GMT)
commitbc8fa144afe33bfbcae20dca4faff836ec7efedc (patch)
tree541650b085308ddfd6342089cd2a33a444027d3f /drivers/staging/line6/midi.c
parent8878451510b11ee9095198f42bf1d59e6bab66fb (diff)
downloadlinux-fsl-qoriq-bc8fa144afe33bfbcae20dca4faff836ec7efedc.tar.xz
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>
Diffstat (limited to 'drivers/staging/line6/midi.c')
-rw-r--r--drivers/staging/line6/midi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/line6/midi.c b/drivers/staging/line6/midi.c
index 13d0293..5040729 100644
--- a/drivers/staging/line6/midi.c
+++ b/drivers/staging/line6/midi.c
@@ -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;