From: Johannes Thumshirn Date: Sat, 5 May 2012 14:31:51 +0000 (+0200) Subject: staging: line6/midi.c: Added space between switch and open parenthesis X-Git-Tag: v3.5-rc1~145^2~171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc8fa144afe33bfbcae20dca4faff836ec7efedc;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 Signed-off-by: Greg Kroah-Hartman --- 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;