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 |
Joe Perches
|
a640d25cea
checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...
|
12 years ago |
Joe Perches
|
95e2c6023b
checkpatch: warn when using gcc's binary constant ("0b") extension
|
12 years ago |
Joe Perches
|
be79794bc1
checkpatch: change CamelCase test and make it --strict
|
12 years ago |
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 |