Commit Graph

264 Commits (86d7182985d25900929adce14fffd729cc8c6fb8)

Author SHA1 Message Date
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
Joe Perches e8eb3997ce checkpatch: don't emit the CamelCase warning for PageFoo 12 years ago
Joe Perches 56e77d709d checkpatch: warn on unnecessary __dev<foo> section markings 12 years ago
Joe Perches dc1393130b checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL> 12 years ago
Joe Perches 326b1ffc13 checkpatch: fix $Float creation of match variables 12 years ago
Joe Perches 495e9d8460 checkpatch: warn on uapi #includes that #include <uapi/... 12 years ago
Joe Perches 323c1260ba checkpatch: warn on CamelCase variable names 12 years ago
Joe Perches 74349bcced checkpatch: add support for floating point constants 12 years ago
Joe Perches 6b7eaf6e14 checkpatch: find hex constants as a single IDENT 12 years ago
Joe Perches d1e2ad07e7 checkpatch: add --strict test for switch/default missing break 12 years ago
Joe Perches 88982fea52 checkpatch: warn when declaring "struct spinlock foo;" 12 years ago
Joe Perches 0979ae6646 checkpatch: Add --strict messages for blank lines around braces 12 years ago
Joe Perches 481eb486a8 checkpatch: extend line continuation test 12 years ago
Joe Perches 6cd7f3869c checkpatch: allow control over line length warning, default remains 80 12 years ago
Andy Whitcroft 03df4b51f3 checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove 12 years ago
Tao Ma 78e3f1f01d checkpatch: remove reference to feature-removal-schedule.txt 12 years ago
Kees Cook 1ba8dfd17e checkpatch: warn about using CONFIG_EXPERIMENTAL 12 years ago
Joe Perches 5023d3472d checkpatch: warn on unnecessary line continuations 12 years ago
Joe Perches c24f9f195e checkpatch: improve network block comment style checking 12 years ago
Kees Cook a0a0a7a94c checkpatch: fix name of "MODULE_PARM_DESC" 13 years ago
Joe Perches 0588060074 checkpatch: check networking specific block comment style 13 years ago
Joe Perches 8f26b8376f checkpatch: update suggested printk conversions 13 years ago
Pasi Savanainen fa64205df9 checkpatch: check utf-8 content from a commit log when it's missing from charset 13 years ago
Joe Perches ac8e97f8a7 checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACRO 13 years ago
Joe Perches b13edf7ff2 checkpatch: add checks for do {} while (0) macro misuses 13 years ago
Joe Perches 66c80b6077 checkpatch: Add acheck for use of sizeof without parenthesis 13 years ago
Joe Perches 4a273195a5 checkpatch: check usleep_range() arguments 13 years ago
Joe Perches ce0338df3c checkpatch: test for non-standard signatures 13 years ago
Joe Perches b34a26f315 checkpatch: Update alignment check 13 years ago
Joe Perches 243f3803cf checkpatch: suggest pr_<level> over printk(KERN_<LEVEL> 13 years ago
Eric Nelson 9a4cad4e25 checkpatch: check for whitespace before semicolon at EOL 13 years ago
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