aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2008-10-16checkpatch: do is not a possible typeAndy Whitcroft
2008-10-16checkpatch: version: 0.23Andy Whitcroft
2008-10-16checkpatch: ensure we only apply checks to the lines within hunksAndy Whitcroft
2008-10-16checkpatch: suspect indent count condition lines correctlyAndy Whitcroft
2008-10-16checkpatch: check line endings in text format filesAndy Whitcroft
2008-10-16checkpatch: handle comment/quote nesting correctlyAndy Whitcroft
2008-10-16checkpatch: suppress errors triggered by short patchAndy Whitcroft
2008-10-16checkpatch: case/default checks should only check changed linesAndy Whitcroft
2008-10-16checkpatch: version: 0.22Andy Whitcroft
2008-10-16checkpatch: perform indent checks on perlAndy Whitcroft
2008-10-16checkpatch: report the correct lines for single statement blocksAndy Whitcroft
2008-10-16checkpatch: %Lx tests should hand %% as a literalAndy Whitcroft
2008-10-16checkpatch: suspect indent -- skip over preprocessor, label and blank linesAndy Whitcroft
2008-10-16checkpatch: report the real first line of all suspect indentsAndy Whitcroft
2008-10-16checkpatch: report any absolute references to kernel source filesAndy Whitcroft
2008-10-16checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.cAndy Whitcroft
2008-10-16checkpatch: include/asm checks should be anchoredAndy Whitcroft
2008-10-16checkpatch: fix up comment checks search to scan the entire blockAndy Whitcroft
2008-10-16checkpatch: complex macros -- fix up extension handlingAndy Whitcroft
2008-10-16checkpatch: ____cacheline_aligned et al are modifiersAndy Whitcroft
2008-10-16checkpatch: add tests for the attribute matcherAndy Whitcroft
2008-10-16checkpatch: switch indent allow plain returnAndy Whitcroft
2008-10-16checkpatch: conditional indent -- labels have different indent rulesAndy Whitcroft
2008-10-16checkpatch: values: double ampersand may be unaryAndy Whitcroft
2008-10-16checkpatch: square brackets -- exemption for array slices in bracesAndy Whitcroft
2008-07-24checkpatch: version 0.21Andy Whitcroft
2008-07-24checkpatch: types cannot start mid word for pointer testsAndy Whitcroft
2008-07-24checkpatch: complex macros need to ignore commentsAndy Whitcroft
2008-07-24checkpatch: variants -- move the main unary/binary operators to use variantsAndy Whitcroft
2008-07-24checkpatch: add checks for question mark and colon spacingAndy Whitcroft
2008-07-24checkpatch: possible modifiers -- handle multiple modifiers and trailingAndy Whitcroft
2008-07-24checkpatch: possible types -- known modifiers cannot be typesAndy Whitcroft
2008-07-24checkpatch: handle return types of pointers to functionsAndy Whitcroft
2008-07-24checkpatch: macro complexity checks are meaningless in linker scriptsAndy Whitcroft
2008-07-24checkpatch: possible modifiers are not being correctly matchedAndy Whitcroft
2008-07-24checkpatch: improve type matcher debugAndy Whitcroft
2008-07-24checkpatch: allow for type modifiers on multiple declarationsAndy Whitcroft
2008-07-24checkpatch: correct spelling in kfree checksWolfram Sang
2008-07-24checkpatch: usb_free_urb() can take NULLGreg Kroah-Hartman
2008-07-24checkpatch: condition/loop indent checksAndy Whitcroft
2008-07-24checkpatch: toughen trailing if statement checks and extend them to while and...Andy Whitcroft
2008-07-24checkpatch: check spacing for square bracketsAndy Whitcroft
2008-07-24checkpatch: switch -- report trailing statements on case and defaultAndy Whitcroft
2008-07-24checkpatch: allow printk strings to exceed 80 characters to maintain their se...Andy Whitcroft
2008-07-24checkpatch: trailing statement indent: fix end of statement locationAndy Whitcroft
2008-07-24checkpatch: macros: fix statement counting block end detectionAndy Whitcroft
2008-07-24checkpatch: types: unary -- goto introduces unary contextAndy Whitcroft
2008-07-24checkpatch: comment detection: ignore macro continuation when detecting assoc...Andy Whitcroft
2008-07-24checkpatch: possible types: __asm__ is never a typeAndy Whitcroft
2008-07-24checkpatch: add a checkpatch warning for new uses of __initcall().Michael Ellerman