[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070823152736.fea4ddf7.randy.dunlap@oracle.com>
Date: Thu, 23 Aug 2007 15:27:36 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Jörn Engel <joern@...fs.org>, andre@...ow14.de,
linux-kernel@...r.kernel.org, Andy Whitcroft <apw@...dowen.org>
Subject: Re: [patch 1/1] fix a trivial typo in scripts/checkstack.pl
On Thu, 23 Aug 2007 14:11:16 -0700 Andrew Morton wrote:
> On Thu, 23 Aug 2007 15:13:02 +0200
> Jörn Engel <joern@...fs.org> wrote:
>
> > Trivial change in a comment.
> >
> > Signed-off-by: Jörn Engel <joern@...fs.org>
> > Signed-off-by: Andre Haupt <andre@...ow14.de>
> > ---
> > Index: linus/scripts/checkstack.pl
> > ===================================================================
> > --- linus.orig/scripts/checkstack.pl 2007-08-23 14:25:03.000000000 +0200
> > +++ linus/scripts/checkstack.pl 2007-08-23 14:42:13.000000000 +0200
> > @@ -14,7 +14,7 @@
> > # M68k port by Geert Uytterhoeven and Andreas Schwab
> > #
> > # Usage:
> > -# objdump -d vmlinux | stackcheck.pl [arch]
> > +# objdump -d vmlinux | scripts/checkstack.pl [arch]
> > #
> > # TODO : Port to all architectures (one regex per arch)
>
> Thanks, I forwarded this to Andy. I prefer not to apply checkpatch
> patches directly to -mm as it's still under a considerable amount of
> development and anything which I apply would just get tangled up with
> Andy's next update.
That's checkstack, not checkpatch...
The patch is correct, but most people use it (checkstack) via
make checkstack
AFAIK.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists