u-boot-brain/drivers/usb/gadget
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
..
config.c USB-CDC: Fix coding style issues 2010-09-20 21:57:17 +02:00
core.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ep0.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ep0.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
epautoconf.c USB-CDC: Fix coding style issues 2010-09-20 21:57:17 +02:00
ether.c USB-CDC: Fix coding style issues 2010-09-20 21:57:17 +02:00
gadget_chips.h USB-CDC: Fix coding style issues 2010-09-20 21:57:17 +02:00
Makefile USB-CDC: Restuct USB gadget Makefile 2010-09-20 21:57:16 +02:00
mpc8xx_udc.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
omap1510_udc.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
pxa27x_udc.c Support for PXA27X UDC. 2009-04-06 20:40:47 +02:00
spr_udc.c mod change 755 => 644 for multiple files 2010-03-21 22:22:53 +01:00
usbstring.c USB-CDC: Fix coding style issues 2010-09-20 21:57:17 +02:00