Skip to content

Commit

Permalink
checkpatch: Fix Python style violation.
Browse files Browse the repository at this point in the history
I introduced this when updating the script before commit.  My fault, sorry.

Fixes: c599d5c (checkpatch.py: A simple script for finding patch issues)
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Mar 31, 2016
1 parent 10b3f50 commit a5e9c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/checkpatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def usage():
print("-t|--skip-trailing-whitespace\t"
"Skips the trailing whitespace test")


def ovs_checkpatch_file(filename):
try:
mail = email.message_from_file(open(filename, 'r'))
Expand Down

0 comments on commit a5e9c53

Please sign in to comment.