Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756015AbYBGHKs (ORCPT ); Thu, 7 Feb 2008 02:10:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753629AbYBGHKj (ORCPT ); Thu, 7 Feb 2008 02:10:39 -0500 Received: from mail164.messagelabs.com ([216.82.253.131]:37235 "HELO mail164.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753172AbYBGHKi (ORCPT ); Thu, 7 Feb 2008 02:10:38 -0500 X-VirusChecked: Checked X-Env-Sender: Uwe.Kleine-Koenig@digi.com X-Msg-Ref: server-5.tower-164.messagelabs.com!1202368235!15382603!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [66.77.174.21] From: =?utf-8?q?Uwe=20Kleine-K=C3=B6nig?= To: Andy Whitcroft , Randy Dunlap , Joel Schopp Cc: linux-kernel@vger.kernel.org, trivial@kernel.org Subject: [PATCH] fix type "goot" -> "good" Date: Thu, 7 Feb 2008 08:10:32 +0100 Message-Id: <1202368232-5733-1-git-send-email-Uwe.Kleine-Koenig@digi.com> X-Mailer: git-send-email 1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 07 Feb 2008 07:10:32.0513 (UTC) FILETIME=[87202B10:01C86958] X-TM-AS-Product-Ver: SMEX-8.0.0.1181-5.000.1023-15714.002 X-TM-AS-Result: No--6.378000-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 26 Signed-off-by: Uwe Kleine-König --- scripts/checkpatch.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 579f50f..35bb5a1 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1373,7 +1373,7 @@ sub process { # multi-statement macros should be enclosed in a do while loop, grab the # first statement and ensure its the whole macro if its not enclosed -# in a known goot container +# in a known good container if ($prevline =~ /\#define.*\\/ && $prevline !~/(?:do\s+{|\(\{|\{)/ && $line !~ /(?:do\s+{|\(\{|\{)/ && -- 1.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/