Joe Perches
|
b13edf7ff2
checkpatch: add checks for do {} while (0) macro misuses
|
il y a 13 ans |
Joe Perches
|
66c80b6077
checkpatch: Add acheck for use of sizeof without parenthesis
|
il y a 13 ans |
Joe Perches
|
4a273195a5
checkpatch: check usleep_range() arguments
|
il y a 13 ans |
Joe Perches
|
ce0338df3c
checkpatch: test for non-standard signatures
|
il y a 13 ans |
Joe Perches
|
b34a26f315
checkpatch: Update alignment check
|
il y a 13 ans |
Joe Perches
|
243f3803cf
checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>
|
il y a 13 ans |
Eric Nelson
|
9a4cad4e25
checkpatch: check for whitespace before semicolon at EOL
|
il y a 13 ans |
Joe Perches
|
c06a9ebdb7
checkpatch: revert --strict test for net/ and drivers/net block comment style
|
il y a 13 ans |
Josh Triplett
|
ca56dc098c
checkpatch: check for quoted strings broken across lines
|
il y a 13 ans |
Joe Perches
|
6712d85852
checkpatch: whitespace - add/remove blank lines
|
il y a 13 ans |
Joe Perches
|
2c92488ab2
checkpatch: warn on use of yield()
|
il y a 13 ans |
Joe Perches
|
aad4f61498
checkpatch: add --strict tests for braces, comments and casts
|
il y a 13 ans |
Andy Whitcroft
|
b337d8b82f
checkpatch: add [] to type extensions
|
il y a 13 ans |
Andy Whitcroft
|
fd1b57ac73
checkpatch: high precedence operators do not require additional parentheses in #defines
|
il y a 13 ans |
Andy Whitcroft
|
e45bab8ebf
checkpatch: handle string concatenation in simple #defines
|
il y a 13 ans |
Andy Whitcroft
|
b9df76ac76
checkpatch: allow simple character constants in #defines
|
il y a 13 ans |
Andy Whitcroft
|
daebc534ac
checkpatch: catch [ ... ] usage when not at the beginning of definition
|
il y a 13 ans |
Artem Bityutskiy
|
11232688ec
checkpatch.pl: be silent when -q and --ignore is given
|
il y a 13 ans |
Joe Perches
|
d1fe9c099c
checkpatch: add some --strict coding style checks
|
il y a 13 ans |
Joe Perches
|
6061d949dd
include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)
|
il y a 13 ans |
Joe Perches
|
8eef05dd3e
checkpatch: Warn on code with 6+ tab indentation
|
il y a 13 ans |
Andy Whitcroft
|
bfcb2cc798
checkpatch: catch all occurences of type and cast spacing errors per line
|
il y a 13 ans |
Andy Whitcroft
|
6b48db24e3
checkpatch: typeof may have more complex arguments
|
il y a 13 ans |
Andy Whitcroft
|
addcdcea99
checkpatch: ensure cast type is unique in the context parser
|
il y a 13 ans |
Andy Whitcroft
|
c81769fdc8
checkpatch: fix complex macros handling of square brackets
|
il y a 13 ans |
Andy Whitcroft
|
e01886ada2
checkpatch: fix 'return is not a function' square bracket handling
|
il y a 13 ans |
Andy Whitcroft
|
72f115f94d
checkpatch: complex macro should allow the empty do while loop
|
il y a 13 ans |
Andy Whitcroft
|
87a5387718
checkpatch: fix EXPORT_SYMBOL handling following a function
|
il y a 13 ans |
Andy Whitcroft
|
a13858033a
checkpatch: only apply kconfig help checks for options which prompt
|
il y a 13 ans |
Andy Whitcroft
|
3e469cdc08
checkpatch: optimise statement scanner when mid-statement
|
il y a 13 ans |