diff options
-rwxr-xr-x | scripts/checkpatch.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index dfd9b310a1cc..19abef2b4dd5 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -2944,6 +2944,7 @@ sub process { | |||
2944 | if ($rpt_cleaners) { | 2944 | if ($rpt_cleaners) { |
2945 | print "NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or\n"; | 2945 | print "NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or\n"; |
2946 | print " scripts/cleanfile\n\n"; | 2946 | print " scripts/cleanfile\n\n"; |
2947 | $rpt_cleaners = 0; | ||
2947 | } | 2948 | } |
2948 | } | 2949 | } |
2949 | 2950 | ||