Commit Graph

80 Commits (f16fa28f7b3d95e989fc64c8480e44c1bcf4bac3)

Author SHA1 Message Date
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
Andy Whitcroft 33cba06573 checkpatch: version 0.21 17 years ago
Andy Whitcroft 234fff6515 checkpatch: types cannot start mid word for pointer tests 17 years ago
Andy Whitcroft 292f1a9b34 checkpatch: complex macros need to ignore comments 17 years ago
Andy Whitcroft 74048ed811 checkpatch: variants -- move the main unary/binary operators to use variants 17 years ago
Andy Whitcroft 1f65f947a6 checkpatch: add checks for question mark and colon spacing 17 years ago
Andy Whitcroft d250658658 checkpatch: possible modifiers -- handle multiple modifiers and trailing 17 years ago
Andy Whitcroft 0221f55c14 checkpatch: possible types -- known modifiers cannot be types 17 years ago
Andy Whitcroft 8ea3eb9a20 checkpatch: handle return types of pointers to functions 17 years ago
Andy Whitcroft b8f96a31f3 checkpatch: macro complexity checks are meaningless in linker scripts 17 years ago
Andy Whitcroft d2172eb5bd checkpatch: possible modifiers are not being correctly matched 17 years ago
Andy Whitcroft 7429c6903e checkpatch: improve type matcher debug 17 years ago
Andy Whitcroft 389a2fe57f checkpatch: allow for type modifiers on multiple declarations 17 years ago
Wolfram Sang 3c232147a7 checkpatch: correct spelling in kfree checks 17 years ago
Greg Kroah-Hartman 4c432a8f01 checkpatch: usb_free_urb() can take NULL 17 years ago
Andy Whitcroft f5fe35dd95 checkpatch: condition/loop indent checks 17 years ago
Andy Whitcroft 53210168fe checkpatch: toughen trailing if statement checks and extend them to while and for 17 years ago
Andy Whitcroft 8d31cfcecf checkpatch: check spacing for square brackets 17 years ago
Andy Whitcroft e2a763c20b checkpatch: switch -- report trailing statements on case and default 17 years ago
Andy Whitcroft f4c014c0de checkpatch: allow printk strings to exceed 80 characters to maintain their searchability 17 years ago