uboot-mt623x/drivers/usb
Vitaly Kuzmichev 6142e0ae0f USB-CDC: Fix coding style issues
Fixes most of checkpatch warnings and errors in USB gadget stack.

The most frequently encountered problems are:
1) "(foo*)", "foo * bar", "foo* bar"
2) C99 // comments
3) No spaces before/after/around '?', ':', '=', '==', ',', '&', '('
4) Spaces before '['
5) Spaces between function names and '('
6) Block braces in wrong places
7) Spaces before tabs
8) Macros with complex values not enclosed in parenthesis
9) Multiline comments start just after /*

Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
2010-09-20 21:57:17 +02:00
..
gadget USB-CDC: Fix coding style issues 2010-09-20 21:57:17 +02:00
host drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel 2010-06-30 21:38:10 +02:00
musb usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts 2010-09-20 21:56:42 +02:00
phy drivers/*/Makefile: fix conditional compile rule. 2010-05-06 00:41:08 +02:00