summaryrefslogtreecommitdiff
path: root/utilities/checkpatch.py
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Check for trailing operators.Joe Stringer2017-08-091-1/+13
* checkpatch: Fix matching on C filenames.Joe Stringer2017-08-091-4/+4
* checkpatch: Check for infix operator whitespace.Joe Stringer2017-08-091-0/+19
* checkpatch: Print commit hashes and names.Ilya Maximets2017-07-261-2/+7
* checkpatch: Allow checking more than one file.Ilya Maximets2017-07-261-5/+10
* checkpatch: Print results while checking HEAD and stdin.Ilya Maximets2017-07-261-8/+25
* checkpatch: Don't allow Gerrit Change-Ids.Ilya Maximets2017-07-261-0/+6
* checkpatch: Suggest ovs_assert() to author.Bhanuprakash Bodireddy2017-07-121-0/+1
* checkpatch: Use default encoding from email library.Joe Stringer2017-07-061-2/+2
* checkpatch: Fix skipping of the most recent commit.Ilya Maximets2017-06-151-1/+1
* checkpatch: Support checking recent commits in the current repo.Ben Pfaff2017-06-141-16/+49
* checkpatch: Also allow .at files to have leading tabs.Ben Pfaff2017-06-081-2/+8
* checkpatch: Also exempt Makefile.am from leading whitespace checks.Ben Pfaff2017-06-011-1/+1
* checkpatch: Fix typo for use as filter.Ben Pfaff2017-06-011-1/+1
* checkpatch: Omit some checks on comment lines.Ben Pfaff2017-06-011-0/+12
* checkpatch: Implement -f option more usefully.Ben Pfaff2017-05-311-5/+5
* checkpatch: Also check switch, HMAP_FOR_EACH, etc.Ben Pfaff2017-05-311-4/+12
* checkpatch: Skip checking Linux headers.Joe Stringer2017-05-301-0/+2
* checkpatch: Be more careful about checking function names.Ben Pfaff2017-05-301-1/+1
* checkpatch: Check for stdlib usage.Joe Stringer2017-05-251-0/+32
* checkpatch: Fix inconsistencies skipping datapath files.Ben Pfaff2017-05-081-2/+2
* checkpatch: fix pointer declarationAaron Conole2017-05-011-1/+1
* checkpatch: filename from hunks fixAaron Conole2017-05-011-1/+1
* checkpatch: print conformanceAaron Conole2017-05-011-33/+50
* checkpatch: correct a parsing issueAaron Conole2017-05-011-1/+1
* checkpatch: move the checks to the frameworkAaron Conole2017-05-011-15/+26
* checkpatch: common print_lineAaron Conole2017-05-011-8/+5
* checkpatch: introduce a flexible frameworkAaron Conole2017-05-011-9/+42
* checkpatch.py: Fix false positive on if/when/forEric Garver2017-03-161-3/+3
* checkpatch: Fix running under python3.Joe Stringer2017-03-091-1/+1
* checkpatch: Check for pointer whitespace.Joe Stringer2017-03-091-0/+11
* python: Add double newline after fuction or class (E305).Daniele Di Proietto2016-12-021-0/+1
* checkpatch: Add file-parsing modeAaron Conole2016-11-281-9/+30
* checkpatch: fix the if and whitespace checksAaron Conole2016-11-281-5/+6
* checkpatch: Fix signoff errorAaron Conole2016-11-281-1/+1
* checkpatch: Print file line numbersAaron Conole2016-11-281-0/+15
* checkpatch: convert some of the warningsAaron Conole2016-11-281-5/+4
* checkpatch: Print the line in question distinctlyAaron Conole2016-11-281-1/+5
* checkpatch: Announce the file where errors occurAaron Conole2016-11-281-0/+13
* utilities/checkpatch.py: Check for appropriate bracingAaron Conole2016-05-201-0/+30
* checkpatch: Accept form feeds.Daniele Di Proietto2016-04-181-2/+6
* checkpatch: Don't enforce char limit on tests.Joe Stringer2016-04-081-1/+17
* checkpatch: Fix Python style violation.Ben Pfaff2016-03-311-0/+1
* checkpatch.py: A simple script for finding patch issuesAaron Conole2016-03-311-0/+234