qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 09/15] fix spelling in scripts sub directory


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 09/15] fix spelling in scripts sub directory
Date: Fri, 2 Dec 2011 13:50:27 +0000

From: Dong Xu Wang <address@hidden>

Signed-off-by: Dong Xu Wang <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 scripts/checkpatch.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 04ab990..cce8f86 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;
-- 
1.7.7.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]