From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSnGU-000654-Rc for qemu-devel@nongnu.org; Tue, 22 Nov 2011 05:07:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSnGR-00063a-0X for qemu-devel@nongnu.org; Tue, 22 Nov 2011 05:07:46 -0500 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:60691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSnGP-00061A-Dr for qemu-devel@nongnu.org; Tue, 22 Nov 2011 05:07:42 -0500 Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 Nov 2011 15:37:26 +0530 From: Dong Xu Wang Date: Tue, 22 Nov 2011 18:06:20 +0800 Message-Id: <1321956386-12004-5-git-send-email-wdongxu@linux.vnet.ibm.com> In-Reply-To: <1321956386-12004-1-git-send-email-wdongxu@linux.vnet.ibm.com> References: <1321956386-12004-1-git-send-email-wdongxu@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 05/11] fix spelling in scripts sub directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Dong Xu Wang , stefanha@linux.vnet.ibm.com From: Dong Xu Wang Signed-off-by: Dong Xu Wang --- scripts/checkpatch.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 7a71324..970e395 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.5.4