Re: [PATCH] find dynamic stack allocations in checkstack.pl

From: Eric Sandeen
Date: Fri May 02 2008 - 22:21:59 EST


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@xxxxxxxxx>
>
> JÃrn
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/