Skip to content

Commit 224236d

Browse files
akpm00torvalds
authored andcommitted
scripts/checkpatch.pl: fix spelling
s/preceeded/preceded/ Cc: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent f2c19c2 commit 224236d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/checkpatch.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5925,7 +5925,7 @@ sub process {
59255925
}
59265926
if (!$has_break && $has_statement) {
59275927
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);
59295929
}
59305930
}
59315931

0 commit comments

Comments
 (0)