]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/musb/musb_gadget_ep0.c
USB: MUSB: checkpatch.pl fixed to musb_gadget_ep0.c
[linux-2.6-omap-h63xx.git] / 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";