From: Dong Xu Wang Date: Tue, 22 Nov 2011 10:06:20 +0000 (+0800) Subject: fix spelling in scripts sub directory X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68dfbcd4d556056c904a6bda14b59242ba22e6cf;p=qemu.git fix spelling in scripts sub directory Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 04ab990cc0..cce8f86251 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1901,7 +1901,7 @@ sub process { # printk should use KERN_* levels. Note that follow on printk's on the # same line do not need a level, so we use the current block context # to try and find and validate the current printk. In summary the current -# printk includes all preceeding printk's which have no newline on the end. +# printk includes all preceding printk's which have no newline on the end. # we assume the first bad printk is the one to report. if ($line =~ /\bprintk\((?!KERN_)\s*"/) { my $ok = 0;