]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
scripts/checkpatch.pl: fix spelling
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 13 Dec 2016 00:46:26 +0000 (16:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Dec 2016 02:55:10 +0000 (18:55 -0800)
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>
scripts/checkpatch.pl

index 7000adb5820c36a652ed2fb3ad25ea1bc3544fd1..9f651bcde046c958bff8010fef4502d7d00a66d8 100755 (executable)
@@ -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);
                        }
                }