Commit Graph

195 Commits (1603dd495f87ae97763870d57237744d90bc2bab)

Author SHA1 Message Date
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
Joe Perches 3d130fd03e checkpatch.pl: add "prefer __packed" check 14 years ago
Dave Jones 88f8831c05 checkpatch: check for world-writeable sysfs/debugfs files 14 years ago
Florian Mickler c023e4734c checkpatch.pl: fix CAST detection 14 years ago
Joe Perches caf2a54f10 scripts/checkpatch.pl: add check for multiple terminating semicolons and casts of vmalloc 14 years ago
Thomas Gleixner 4882720b26 semaphore: Remove mutex emulation 14 years ago
Joe Perches 93ed0e2d07 scripts/checkpatch.pl: add check for declaration of pci_device_id 14 years ago
Joe Perches cb710eca68 scripts/checkpatch.pl: add warnings for static char that could be static const char 14 years ago
Andy Whitcroft 267ad8f426 checkpatch: version 0.31 14 years ago
Andy Whitcroft 01464f30a9 checkpatch: statement/block context analyser should look at sanitised lines 14 years ago
Andy Whitcroft 3cbf62df3a checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar 14 years ago
Andy Whitcroft 5eaa20b984 checkpatch: clean up structure definition macro handline 14 years ago
Andy Whitcroft 015830be97 checkpatch: update copyright dates 14 years ago
Joe Perches 03f1df7da5 checkpatch: Add additional attribute #defines 14 years ago
Rabin Vincent 3bf9a009fc checkpatch: check for incorrect permissions 14 years ago
Andy Whitcroft 9fe287d79b checkpatch: ensure kconfig help checks only apply when we are adding help 14 years ago
Andy Whitcroft 0c73b4eb7a checkpatch: simplify and consolidate "missing space after" checks 14 years ago
Andy Whitcroft 8cf6de7145 checkpatch: add check for space after struct, union, and enum 14 years ago
Andy Whitcroft 53a3c4487a checkpatch: returning errno typically should be negative 14 years ago
Andy Whitcroft 9446ef569c checkpatch: handle casts better fixing false categorisation of : as binary 14 years ago
Andy Whitcroft fb2d2c1b58 checkpatch: ensure we do not collapse bracketed sections into constants 14 years ago
Andy Whitcroft d2c0a23514 checkpatch: suggest cleanpatch and cleanfile when appropriate 14 years ago
Andy Whitcroft e91b6e263e checkpatch: types may sit on a line on their own 14 years ago
Andy Whitcroft 6b4c5bebce checkpatch: fix regressions in "fix handling of leading spaces" 14 years ago
Patrick Pannuto b998e001e6 checkpatch: fix extraneous EXPORT_SYMBOL* warnings 15 years ago
Patrick Pannuto 09ef87255d checkpatch: warn about unexpectedly long msleep's 15 years ago
Patrick Pannuto 1a15a25086 checkpatch: prefer usleep_range over udelay 15 years ago
Joe Perches 8bbea968f9 checkpatch: add more exceptions to 80 char lines 15 years ago
Joe Eloff 5150bda43c checkpatch: change externals to globals 15 years ago
Raffaele Recalcati 5f7ddae610 checkpatch: fix handling of leading spaces 15 years ago
Wolfram Sang 7840a94cd1 checkpatch: refactor 'allowed asm includes' and add memory.h 15 years ago
Tobias Klauser d4977c78e9 checkpatch: warn on declaration with storage class not at the beginning 15 years ago
Andi Kleen 3354957a4f checkpatch: add check for too short Kconfig descriptions 15 years ago
Peter Zijlstra 1704f47b50 lockdep: Add novalidate class for dev->mutex conversion 15 years ago
Joe Perches 5e79d96eed checkpatch: warn on unnecessary spaces before quoted newlines 15 years ago