]> git.proxmox.com Git - mirror_qemu.git/commitdiff
fix spelling in scripts sub directory
authorDong Xu Wang <wdongxu@linux.vnet.ibm.com>
Tue, 22 Nov 2011 10:06:20 +0000 (18:06 +0800)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 2 Dec 2011 10:50:57 +0000 (10:50 +0000)
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
scripts/checkpatch.pl

index 04ab990cc01e378dbfab56cf5951db01da57f815..cce8f862514477ebfe5d273eb88cc170969d19c5 100755 (executable)
@@ -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;