usb: Remove unnecessary semicolons

These aren't necessary after switch and if blocks.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Esse commit está contido em:
Joe Perches
2013-10-08 16:01:37 -07:00
commit de Greg Kroah-Hartman
commit 2b84f92b81
23 arquivos alterados com 32 adições e 32 exclusões

Ver arquivo

@@ -379,7 +379,7 @@ struct debug_buffer {
case QH_LOW_SPEED: tmp = 'l'; break; \
case QH_HIGH_SPEED: tmp = 'h'; break; \
default: tmp = '?'; break; \
}; tmp; })
} tmp; })
static inline char token_mark(struct ehci_hcd *ehci, __hc32 token)
{