Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 224236d9 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

scripts/checkpatch.pl: fix spelling



s/preceeded/preceded/

Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f2c19c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5925,7 +5925,7 @@ sub process {
			}
			if (!$has_break && $has_statement) {
				WARN("MISSING_BREAK",
				     "Possible switch case/default not preceeded by break or fallthrough comment\n" . $herecurr);
				     "Possible switch case/default not preceded by break or fallthrough comment\n" . $herecurr);
			}
		}