Mugunthan V N
|
8543ae1296
checkpatch: add Suggested-by as a standard signature
|
12 years ago |
Matthijs Kooijman
|
74c8f4336d
checkpatch: only warn for empty lines before closing braces by themselves
|
12 years ago |
Joe Perches
|
5646bc71b3
checkpatch: warn on space before semicolon
|
12 years ago |
Joe Perches
|
04db4d25d9
checkpatch: complain about executable files
|
12 years ago |
Joe Perches
|
a6962d7273
checkpatch: Prefer seq_puts to seq_printf
|
12 years ago |
Joe Perches
|
972fdea2e6
checkpatch: add check for reuse of krealloc arg
|
12 years ago |
Joe Perches
|
e942e2c3f7
checkpatch: fix stringification macro defect
|
12 years ago |
Joe Perches
|
be987d9f80
checkpatch: improve CamelCase test for Page
|
12 years ago |
Bruce Allan
|
37581c28e9
checkpatch: fix USLEEP_RANGE test
|
12 years ago |
Joe Perches
|
5ce59ae0bc
checkpatch: Add check for kcalloc argument order
|
12 years ago |
Joe Perches
|
e8eb3997ce
checkpatch: don't emit the CamelCase warning for PageFoo
|
12 years ago |
Joe Perches
|
56e77d709d
checkpatch: warn on unnecessary __dev<foo> section markings
|
12 years ago |
Joe Perches
|
dc1393130b
checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>
|
12 years ago |
Joe Perches
|
326b1ffc13
checkpatch: fix $Float creation of match variables
|
12 years ago |
Joe Perches
|
495e9d8460
checkpatch: warn on uapi #includes that #include <uapi/...
|
12 years ago |
Joe Perches
|
323c1260ba
checkpatch: warn on CamelCase variable names
|
12 years ago |
Joe Perches
|
74349bcced
checkpatch: add support for floating point constants
|
12 years ago |
Joe Perches
|
6b7eaf6e14
checkpatch: find hex constants as a single IDENT
|
12 years ago |
Joe Perches
|
d1e2ad07e7
checkpatch: add --strict test for switch/default missing break
|
12 years ago |
Joe Perches
|
88982fea52
checkpatch: warn when declaring "struct spinlock foo;"
|
12 years ago |
Joe Perches
|
0979ae6646
checkpatch: Add --strict messages for blank lines around braces
|
12 years ago |
Joe Perches
|
481eb486a8
checkpatch: extend line continuation test
|
12 years ago |
Joe Perches
|
6cd7f3869c
checkpatch: allow control over line length warning, default remains 80
|
12 years ago |
Andy Whitcroft
|
03df4b51f3
checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove
|
12 years ago |
Tao Ma
|
78e3f1f01d
checkpatch: remove reference to feature-removal-schedule.txt
|
12 years ago |
Kees Cook
|
1ba8dfd17e
checkpatch: warn about using CONFIG_EXPERIMENTAL
|
12 years ago |
Joe Perches
|
5023d3472d
checkpatch: warn on unnecessary line continuations
|
12 years ago |
Joe Perches
|
c24f9f195e
checkpatch: improve network block comment style checking
|
12 years ago |
Kees Cook
|
a0a0a7a94c
checkpatch: fix name of "MODULE_PARM_DESC"
|
12 years ago |
Joe Perches
|
0588060074
checkpatch: check networking specific block comment style
|
12 years ago |