You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
15 years ago
..
byteorder
…
mtd
move definition of macros likely and unlikely to compiler.h
15 years ago
unaligned
ARM: Use Linux version for unaligned access code
16 years ago
usb
USB-CDC: Fix coding style issues
15 years ago
apm_bios.h
x86: Fix support for booting bzImage
15 years ago
bitops.h
Correct ffs/fls regression for PowerPC etc
16 years ago
compiler-gcc.h
x86: Fix support for booting bzImage
15 years ago
compiler-gcc4.h
x86: Fix support for booting bzImage
15 years ago
compiler.h
x86: Fix support for booting bzImage
15 years ago
config.h
…
crc32.h
Coding style cleanup, update CHANGELOG.
17 years ago
ctype.h
…
edd.h
x86: Fix support for booting bzImage
15 years ago
err.h
Update MTD to that of Linux 2.6.22.1
17 years ago
ioctl.h
x86: Fix support for booting bzImage
15 years ago
ioport.h
x86: Fix support for booting bzImage
15 years ago
list.h
Coding style cleanup, update CHANGELOG
17 years ago
lzo.h
add lzop decompression support
16 years ago
math64.h
UBIFS: Implement read-only UBIFS support in U-Boot
16 years ago
mc146818rtc.h
Replace BCD2BIN and BIN2BCD macros with inline functions
16 years ago
mii.h
…
poison.h
update linux/list
17 years ago
posix_types.h
…
rbtree.h
Add Red Black Tree support
17 years ago
screen_info.h
x86: Fix support for booting bzImage
15 years ago
stat.h
nios2: add struct stat support in linux/stat.h
15 years ago
stddef.h
…
string.h
…
time.h
…
types.h
UBI: Add basic UBI support to U-Boot (Part 6/8)
17 years ago