Joe Perches
|
d1d85780dd
checkpatch: make extern in .h prototypes quieter
|
11 years ago |
Joe Perches
|
8716de383b
checkpatch: add test for positional misuse of section specifiers like __initdata
|
11 years ago |
Joe Perches
|
58cb3cf66c
checkpatch: fix perl version 5.12 and earlier incompatibility
|
11 years ago |
Joe Perches
|
1b5539b1ff
checkpatch: reduce runtime/cpu time used
|
11 years ago |
Joe Perches
|
b34c648bb3
checkpatch: better --fix of SPACING errors.
|
11 years ago |
Joe Perches
|
f95a7e6a46
checkpatch: ignore #define TRACE_<foo> macros
|
11 years ago |
Joe Perches
|
91bfe4843d
checkpatch: add --types option to report only specific message types
|
11 years ago |
Joe Perches
|
61135e9663
checkpatch: fix networking kernel-doc block comment defect
|
11 years ago |
Joe Perches
|
70dc8a4835
checkpatch: warn when using extern with function prototypes in .h files
|
11 years ago |
Joe Perches
|
7e51f19792
checkpatch: check for duplicate signatures
|
11 years ago |
Dave Hansen
|
d62a201f24
checkpatch: enforce sane perl version
|
11 years ago |
Joe Perches
|
7e781f67df
checkpatch: check CamelCase by word, not by $Lval
|
11 years ago |
Joe Perches
|
d5e616fc1c
checkpatch: add a few more --fix corrections
|
11 years ago |
Joe Perches
|
c707a81de7
checkpatch: make the CamelCase cache work for non-git trees too
|
12 years ago |
Joe Perches
|
351b2a1fe2
checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>
|
12 years ago |
Jacob Keller
|
7d0b6594e1
checkpatch: allow longer logging function names
|
12 years ago |
Joe Perches
|
3445686af7
checkpatch: ignore existing CamelCase uses from include/...
|
12 years ago |
Joe Perches
|
22735ce857
checkpatch: ignore SI unit CamelCase variants like "_uV"
|
12 years ago |
Joe Perches
|
786b632622
checkpatch: move test for space before semicolon after operator spacing
|
12 years ago |
Joe Perches
|
3705ce5bcc
checkpatch: create an EXPERIMENTAL --fix option to correct patches
|
12 years ago |
Joe Perches
|
23f780c904
checkpatch: improve "no space after cast" test
|
12 years ago |
Joe Perches
|
179f8f40fc
checkpatch: add a --strict test for comparison to true/false
|
12 years ago |
Joe Perches
|
77b9a53a62
checkpatch: don't warn on blank lines before/after braces as often
|
12 years ago |
Joe Perches
|
c4a62ef910
checkpatch: add a placeholder to check blank lines before declarations
|
12 years ago |
Joe Perches
|
3cc4b1c3f0
checkpatch: reduce false positive rate of "complex macros"
|
12 years ago |
Joe Perches
|
9d7a34a513
checkpatch: warn on comparisons to get_jiffies_64()
|
12 years ago |
Joe Perches
|
36ec19390e
checkpatch: warn on comparisons to jiffies
|
12 years ago |
Joe Perches
|
a605e32ebd
checkpatch: warn when networking block comment lines don't start with *
|
12 years ago |
Joe Perches
|
fdb4bcd610
checkpatch: improve network block comment test and message
|
12 years ago |
Joe Perches
|
807bd26c4c
checkpatch: remove quote from CamelCase test
|
12 years ago |