]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
USB: MUSB: checkpatch.pl fixed to musb_gadget_ep0.c
authorFelipe Balbi <felipe.balbi@nokia.com>
Fri, 11 Apr 2008 08:28:24 +0000 (11:28 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Apr 2008 18:54:07 +0000 (11:54 -0700)
Misc cleanup patch.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/musb_gadget_ep0.c

index 35293598dc5539ba3ebb1ef288c5aeb5f338a9e5..b50a30da6146b4bdee4fadb30059caa3e4476833 100644 (file)
@@ -57,7 +57,7 @@
 
 static char *decode_ep0stage(u8 stage)
 {
-       switch(stage) {
+       switch (stage) {
        case MUSB_EP0_STAGE_SETUP:      return "idle";
        case MUSB_EP0_STAGE_TX:         return "in";
        case MUSB_EP0_STAGE_RX:         return "out";