Commit Graph

137 Commits (e235c1f3e132a243a1f81b3d95c99ee199b4d3f3)

Author SHA1 Message Date
Andy Whitcroft 5e8d8f6f28 checkpatch: version 0.30 15 years ago
Andy Whitcroft 2b474a1a56 checkpatch: fix false EXPORT_SYMBOL warning 15 years ago
Andy Whitcroft 99423c2065 checkpatch: fix __attribute__ matching 15 years ago
Andy Whitcroft 2ceb532b04 checkpatch: fix false errors due to macro concatenation 15 years ago
Andy Whitcroft 131edb3418 checkpatch: update copyright dates 15 years ago
Andy Whitcroft cc77cdca52 checkpatch: correctly stop scanning at the bottom of a hunk 15 years ago
Andy Whitcroft 9a974fdbe3 checkpatch: possible types -- prevent illegal modifiers being added 15 years ago
Mike Frysinger 42e41c54d6 checkpatch: add some common Blackfin checks 16 years ago
Andy Whitcroft 0487683096 checkpatch: version 0.29 16 years ago
Andy Whitcroft fb9e9096ba checkpatch: limit sN/uN matches to actual bit sizes 16 years ago
Andy Whitcroft ea71a0a019 checkpatch: format strings should not have brackets in macros 16 years ago
Hannes Eder 77f5b10a82 checkpatch: make -f alias --file, add --help, more verbose help message 16 years ago
Andy Whitcroft 30dad6ebec checkpatch: indent checks -- stop when we run out of continuation lines 16 years ago
Daniel Walker 113f04a836 checkpatch: handle C99 comments correctly (performance issue) 16 years ago
Andy Whitcroft 463f286485 checkpatch: possible types -- else cannot start a type 16 years ago
Andy Whitcroft bea5606d08 checkpatch: version 0.28 16 years ago
Andy Whitcroft 417495eda3 checkpatch: add __ref as a sparse modifier 16 years ago
Andy Whitcroft 9360b0e50e checkpatch: extend attribute testing to all modifiers 16 years ago
Andy Whitcroft 667026e7b0 checkpatch: a modifier is not an identifier at the end of a type 16 years ago
Andy Whitcroft a3340b3578 checkpatch: pointer type star may have modifiers following 16 years ago
Andy Whitcroft 00ef4ece05 checkpatch: correctly handle type spacing in the face of modifiers 16 years ago
Andy Whitcroft e2f7aa4b8b checkpatch: do not warn about -p0 patches when checking files 16 years ago
Andy Whitcroft f4a8773676 checkpatch: make in_atomic ok in the core 16 years ago
Andy Whitcroft db92a6502d checkpatch: version: 0.27 16 years ago
Andy Whitcroft 6903ffb225 checkpatch: struct seq_operations should normally be const 16 years ago
Andy Whitcroft 3966778236 checkpatch: if should not continue a preceeding brace 16 years ago
Andy Whitcroft 63f17f8973 checkpatch: allow parentheses on return handle array values 16 years ago
Andy Whitcroft f9a0b3d17a checkpatch: type/cast spacing should not check prefix spacing 16 years ago
Andy Whitcroft a27506459c checkpatch: handle missing #if open in context 16 years ago
Andy Whitcroft 57b9c6d9c5 checkpatch: version: 0.26 16 years ago
Andy Whitcroft 21caa13c02 checkpatch: fix the perlcritic errors 16 years ago
Andy Whitcroft 2b6db5cb65 checkpatch: struct file_operations should normally be const 16 years ago
Andy Whitcroft b53c8e104e checkpatch: ensure we actually detect if assignments split across lines 16 years ago
Andy Whitcroft 2d1bafd799 checkpatch: do not report nr_static as a static declaration 16 years ago
Andy Whitcroft 4635f4fbaf checkpatch: track #ifdef/#else/#endif when tracking blocks 16 years ago
Andy Whitcroft 8b1b33786b checkpatch: fix continuation detection when handling spacing on operators 16 years ago
Andy Whitcroft 8054576dca checkpatch: loosen spacing on typedef function checks 16 years ago
Mike Frysinger 080ba92965 checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h 16 years ago
Andy Whitcroft 86f9d059c6 checkpatch: allow parentheses on return for comparisons 16 years ago
Wolfram Sang 1e85572697 checkpatch: Add warning for p0-patches 16 years ago
Andy Whitcroft 2a5a2c2522 checkpatch: update copyrights 16 years ago
Andy Whitcroft 50a7dcfb50 checkpatch: version: 0.25 16 years ago
Andy Whitcroft 65863862ba checkpatch: dissallow spaces between stars in pointer types 16 years ago
Andy Whitcroft fae17daed7 checkpatch: comment ends inside strings is most likely not an open comment 16 years ago
Andy Whitcroft 8e761b04a3 checkpatch: detect multiple bitfield declarations 16 years ago
Andy Whitcroft 5fe3af119b checkpatch: __weak is an official attribute 16 years ago
Andy Whitcroft 383099fd63 checkpatch: structure member assignments are not complex 16 years ago
Andy Whitcroft 83242e0c23 checkpatch: widen implied comment detection to allow multiple stars 16 years ago
Andy Whitcroft 721c1cb60e checkpatch: comment detection may miss an implied comment on the last hunk 16 years ago
Andy Whitcroft 691d77b6b8 checkpatch: add checks for in_atomic() 16 years ago