summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2016-04-05checkpatch: add target_ulong to typelistCédric Le Goater1-0/+1
2016-02-15checkpatch: Eliminate false positive in case of space before square bracket i...Leonid Bloch1-0/+2
2016-02-15checkpatch: Eliminate false positive in case of comma-space-square bracketLeonid Bloch1-1/+3
2016-01-13checkpatch: Detect newlines in error_report and other error functionsJason J. Herne1-0/+36
2016-01-11scripts/checkpatch.pl: Don't allow special cases of unspaced operatorsPeter Maydell1-13/+0
2015-10-12checkpatch: port fix from kernel "## is not a valid modifier"Andy Whitcroft1-1/+3
2015-10-12checkpatch: allow open braces on typedef linesPaolo Bonzini1-5/+0
2015-09-25checkpatch: do not recommend qemu_strtok over strtokPaolo Bonzini1-2/+2
2015-09-16checkpatch: Escape left braces in regexFam Zheng1-11/+11
2015-09-09checkpatch: remove tests that are not relevant outside the kernelPaolo Bonzini1-389/+12
2015-09-09checkpatch: adapt some tests to QEMUPaolo Bonzini1-81/+60
2015-04-28checkpatch: complain about ffs(3) callsStefan Hajnoczi1-0/+11
2015-01-13checkpatch: Brace handling on multi-line conditionMax Reitz1-2/+11
2014-08-26checkpatch.pl: adjust typedef definition to QEMU coding stylePaolo Bonzini1-2/+6
2013-09-09checkpatch.pl: Check .cpp filesTomoki Sekiyama1-6/+28
2012-09-05CHECKPATCH: Add warning for single else statement.Don Slutz1-6/+10
2012-09-05CHECKPATCH: Add --debug adv_apwDon Slutz1-19/+32
2012-09-05CHECKPATCH: Add --debug adv_checkingDon Slutz1-1/+3
2012-09-05CHECKPATCH: Add --debug adv_dcsDon Slutz1-0/+3
2012-06-22checkpatch: Add QEMU specific ruleStefan Weil1-0/+5
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-2/+2
2011-12-02fix spelling in scripts sub directoryDong Xu Wang1-1/+1
2011-11-26checkpatch.pl: fix CAST detectionFlorian Mickler1-1/+1
2011-11-01checkpatch: remove rule on non-indented labelsPaolo Bonzini1-6/+0
2011-08-27checkpatch: fix braces {} handlingPavel Borzenkov1-1/+1
2011-07-20checkpatch: Fix bracing false positives on #ifBlue Swirl1-0/+1
2011-07-17checkpatch: don't error out on },{ linesAlexander Graf1-1/+3
2011-02-05checkpatch.pl: don't complain about old lines with tabsBlue Swirl1-1/+1
2011-01-21checkpatch: Fix bracing false positives on #elseJan Kiszka1-1/+2
2011-01-20checkpatch: adjust to QEMUismsBlue Swirl1-46/+18
2011-01-20Add checkpatch.pl from Linux kernelBlue Swirl1-0/+2937