Commit Graph

149 Commits (7cdcc8e4762f0e4a94cead6a3b57b5eaa01bd5da)

Author SHA1 Message Date
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
Dave Jones f4432c5cae Update email addresses. 17 years ago
Andy Whitcroft 6e144ee546 checkpatch: version: 0.24 17 years ago
Andy Whitcroft 3fef12d6cb checkpatch: allow for comments either side of a brace on case 17 years ago
Andy Whitcroft 740504c61f checkpatch: suspect indent handle macro continuation 17 years ago
Andy Whitcroft bb44ad39c8 checkpatch: trailing statements ensure we report the end of the line 17 years ago
Andy Whitcroft 4801205864 checkpatch: DEFINE_ macros are real definitions for exports 17 years ago
Andy Whitcroft bf30d6ede0 checkpatch: complex macros checks miss square brackets 17 years ago
Andy Whitcroft f16fa28f7b checkpatch: suspect code indent must stop at #else/#elif 17 years ago
Andy Whitcroft 8ed22cad9c checkpatch: pull out known acceptable typedefs 17 years ago
Andy Whitcroft afbe8d283b checkpatch: accept any sized le/be type 17 years ago
Andy Whitcroft b132e5d586 checkpatch: macros which define structure members are not complex 17 years ago
Andy Whitcroft 170d3a2268 checkpatch: handle do without braces if we have enough context 17 years ago
Andy Whitcroft a6a8406282 checkpatch: labels are not possible types 17 years ago
Andy Whitcroft 0776e59460 checkpatch: do is not a possible type 17 years ago
Andy Whitcroft 5fdd23acf9 checkpatch: version: 0.23 17 years ago
Andy Whitcroft 306708547b checkpatch: ensure we only apply checks to the lines within hunks 17 years ago
Andy Whitcroft 6f779c18ca checkpatch: suspect indent count condition lines correctly 17 years ago
Andy Whitcroft 5368df20fb checkpatch: check line endings in text format files 17 years ago
Andy Whitcroft 81bc0e0202 checkpatch: handle comment/quote nesting correctly 17 years ago
Andy Whitcroft dea33496dd checkpatch: suppress errors triggered by short patch 17 years ago
Andy Whitcroft a1080bf808 checkpatch: case/default checks should only check changed lines 17 years ago
Andy Whitcroft dea79cd3df checkpatch: version: 0.22 17 years ago
Andy Whitcroft b9ea10d691 checkpatch: perform indent checks on perl 17 years ago
Andy Whitcroft f055663c58 checkpatch: report the correct lines for single statement blocks 17 years ago
Andy Whitcroft 2a1bc5d5c5 checkpatch: %Lx tests should hand %% as a literal 17 years ago
Andy Whitcroft 9bd49efe4e checkpatch: suspect indent -- skip over preprocessor, label and blank lines 17 years ago
Andy Whitcroft 4d001e4d88 checkpatch: report the real first line of all suspect indents 17 years ago
Andy Whitcroft 6ecd967444 checkpatch: report any absolute references to kernel source files 17 years ago
Andy Whitcroft e09dec4831 checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.c 17 years ago
Andy Whitcroft c1ab33269a checkpatch: include/asm checks should be anchored 17 years ago
Andy Whitcroft 01fa91471e checkpatch: fix up comment checks search to scan the entire block 17 years ago
Andy Whitcroft 636d140a80 checkpatch: complex macros -- fix up extension handling 17 years ago
Andy Whitcroft 24e1d81acd checkpatch: ____cacheline_aligned et al are modifiers 17 years ago
Andy Whitcroft a1ef277e2c checkpatch: add tests for the attribute matcher 17 years ago
Andy Whitcroft 1bdab9e588 checkpatch: switch indent allow plain return 17 years ago
Andy Whitcroft 14b111c158 checkpatch: conditional indent -- labels have different indent rules 17 years ago
Andy Whitcroft 0d413866c7 checkpatch: values: double ampersand may be unary 17 years ago
Andy Whitcroft fe2a7dbc85 checkpatch: square brackets -- exemption for array slices in braces 17 years ago