aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 7000adb5820c..9f651bcde046 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -5925,7 +5925,7 @@ sub process {
5925 } 5925 }
5926 if (!$has_break && $has_statement) { 5926 if (!$has_break && $has_statement) {
5927 WARN("MISSING_BREAK", 5927 WARN("MISSING_BREAK",
5928 "Possible switch case/default not preceeded by break or fallthrough comment\n" . $herecurr); 5928 "Possible switch case/default not preceded by break or fallthrough comment\n" . $herecurr);
5929 } 5929 }
5930 } 5930 }
5931 5931