[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <481BCC34.80808@redhat.com>
Date: Fri, 02 May 2008 21:21:40 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: Jörn Engel <joern@...fs.org>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jörn Engel <joern@...ybastard.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] find dynamic stack allocations in checkstack.pl
Jörn Engel wrote:
> On Fri, 2 May 2008 12:26:29 -0500, Eric Sandeen wrote:
>> @@ -142,6 +148,22 @@ while (my $line = <STDIN>) {
>> next if ($size < 100);
>> push @stack, "$intro$size\n";
>> }
>> + elsif (defined $dre && $line =~ m/$dre/) {
>
> These two could join a line. Otherwise an excellent addition.
Thanks... was just following the existing style (in this part of the
file, anyway...)
-Eric
> Reviewed-By: Joern Engel <joern@...fs.org>
>
> Jörn
>
--
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