Joe Perches
|
2b7ab45395
checkpatch: don't require kernel style __attribute__ shortcuts in uapi paths
|
11 years ago |
Joe Perches
|
507e51418c
checkpatch: improve "return is not a function" test
|
11 years ago |
Josh Triplett
|
4783f894d0
checkpatch.pl: check for the FSF mailing address
|
11 years ago |
Joe Perches
|
c1fd7bb996
checkpatch: make the memory barrier test noisier
|
11 years ago |
Joe Perches
|
e970b8846a
checkpatch: add rules to check init attribute and const defects
|
11 years ago |
Joe Perches
|
52ea85061d
checkpatch: add test for #defines of ARCH_HAS_<foo>
|
11 years ago |
Joe Perches
|
11ea516a6c
checkpatch: find CamelCase definitions of struct/union/enum
|
11 years ago |
Joe Perches
|
066687279c
checkpatch: update seq_<foo> tests
|
11 years ago |
Joe Perches
|
d8b077101b
checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patch
|
11 years ago |
Joe Perches
|
847316231c
checkpatch: report missing spaces around trigraphs with --strict
|
11 years ago |
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 |