Commit Graph

231 Commits (6bc4a568414caab05424b702165a732177daccd0)

Author SHA1 Message Date
Joe Perches c06a9ebdb7 checkpatch: revert --strict test for net/ and drivers/net block comment style 13 years ago
Josh Triplett ca56dc098c checkpatch: check for quoted strings broken across lines 13 years ago
Joe Perches 6712d85852 checkpatch: whitespace - add/remove blank lines 13 years ago
Joe Perches 2c92488ab2 checkpatch: warn on use of yield() 13 years ago
Joe Perches aad4f61498 checkpatch: add --strict tests for braces, comments and casts 13 years ago
Andy Whitcroft b337d8b82f checkpatch: add [] to type extensions 13 years ago
Andy Whitcroft fd1b57ac73 checkpatch: high precedence operators do not require additional parentheses in #defines 13 years ago
Andy Whitcroft e45bab8ebf checkpatch: handle string concatenation in simple #defines 13 years ago
Andy Whitcroft b9df76ac76 checkpatch: allow simple character constants in #defines 13 years ago
Andy Whitcroft daebc534ac checkpatch: catch [ ... ] usage when not at the beginning of definition 13 years ago
Artem Bityutskiy 11232688ec checkpatch.pl: be silent when -q and --ignore is given 13 years ago
Joe Perches d1fe9c099c checkpatch: add some --strict coding style checks 13 years ago
Joe Perches 6061d949dd include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) 13 years ago
Joe Perches 8eef05dd3e checkpatch: Warn on code with 6+ tab indentation 13 years ago
Andy Whitcroft bfcb2cc798 checkpatch: catch all occurences of type and cast spacing errors per line 13 years ago
Andy Whitcroft 6b48db24e3 checkpatch: typeof may have more complex arguments 13 years ago
Andy Whitcroft addcdcea99 checkpatch: ensure cast type is unique in the context parser 13 years ago
Andy Whitcroft c81769fdc8 checkpatch: fix complex macros handling of square brackets 13 years ago
Andy Whitcroft e01886ada2 checkpatch: fix 'return is not a function' square bracket handling 13 years ago
Andy Whitcroft 72f115f94d checkpatch: complex macro should allow the empty do while loop 13 years ago
Andy Whitcroft 87a5387718 checkpatch: fix EXPORT_SYMBOL handling following a function 13 years ago
Andy Whitcroft a13858033a checkpatch: only apply kconfig help checks for options which prompt 13 years ago
Andy Whitcroft 3e469cdc08 checkpatch: optimise statement scanner when mid-statement 13 years ago
Andy Whitcroft 89a883530f checkpatch: ## is not a valid modifier 13 years ago
Joe Perches d7c76ba7e5 checkpatch: improve memset and min/max with cast checking 13 years ago
Andy Whitcroft 554e165cf3 checkpatch: check for common memset parameter issues against statments 13 years ago
Andy Whitcroft f74bd1942e checkpatch: correctly track the end of preprocessor commands in context 13 years ago
Joe Perches 5f14d3bd87 checkpatch: prefer __printf over __attribute__((format(printf,...))) 13 years ago
Joe Perches 270c49a088 checkpatch: update signature "might be better as" warning 13 years ago
Joe Perches 15662b3e86 checkpatch: add a --strict check for utf-8 in commit logs 13 years ago
Joe Perches 67d0a07544 kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete 13 years ago
Justin P. Mattock 699324871f treewide: remove extra semicolons from various parts of the kernel 14 years ago
Arnaud Lacombe c68e58783f script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS 14 years ago
Hui Zhu 30ecad5184 checkpatch: add missing WARN argument for min_t and max_t tests 14 years ago
Joe Perches 6e60c02e9d checkpatch.pl: update $logFunctions 14 years ago
Joe Perches 34d9921972 checkpatch: make utf-8 test --strict 14 years ago
Joe Perches 000d1cc182 checkpatch.pl: add ability to ignore various messages 14 years ago
Joe Perches 39b7e2878e checkpatch: add a "prefer __aligned" check 14 years ago
Joe Perches 2011247550 checkpatch: validate signature styles and To: and Cc: lines 14 years ago
Sven Eckelmann 165e72a6c3 checkpatch: add __rcu as a sparse modifier 14 years ago
Joe Perches 7d2367af0b checkpatch: suggest using min_t or max_t 14 years ago
Joe Perches 17441227f6 checkpatch: add warning for uses of printk_ratelimit 14 years ago
Joe Perches 0fccc62218 checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions 14 years ago
Joe Perches b05317221b checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptions 14 years ago
Joe Perches 428e2fdc4e checkpatch: add check for line continuations in quoted strings 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Dave Jones 309c00c73f checkpatch: warn about memset with swapped arguments 14 years ago
Mike Frysinger b0781216e7 scripts/checkpatch.pl: reset rpt_cleaners warnings 14 years ago
Alexey Dobriyan 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right 14 years ago
Thomas Gleixner d04fa5a3ba locking: Remove deprecated lock initializers 14 years ago