LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] fix type "goot" -> "good"
@ 2008-02-07 7:10 Uwe Kleine-König
2008-02-07 7:26 ` [PATCH] fix typo " Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2008-02-07 7:10 UTC (permalink / raw)
To: Andy Whitcroft, Randy Dunlap, Joel Schopp; +Cc: linux-kernel, trivial
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] fix typo "goot" -> "good"
2008-02-07 7:10 [PATCH] fix type "goot" -> "good" Uwe Kleine-König
@ 2008-02-07 7:26 ` Uwe Kleine-König
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2008-02-07 7:26 UTC (permalink / raw)
To: Andy Whitcroft, Randy Dunlap, Joel Schopp; +Cc: linux-kernel, trivial
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
---
Hello,
ups, I made a typo myself, how embarrassing. Sorry for getting this
patch twice.
Best regards
Uwe
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-07 7:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-07 7:10 [PATCH] fix type "goot" -> "good" Uwe Kleine-König
2008-02-07 7:26 ` [PATCH] fix typo " Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).