X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2Fcheckstack.pl;h=c05d586b1feeddd92d9d030d77e0b31b9ea0eb58;hb=2bdb5eb79bbb0403fd272d097b14ae649302b98d;hp=544aa56b6200a0610a1b0841ce34ed312955c3f0;hpb=722aacb28588c7d0326493d1a0700d6a886be7b9;p=karo-tx-linux.git diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index 544aa56b6200..c05d586b1fee 100755 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl @@ -173,4 +173,3 @@ while (my $line = ) { # Sort output by size (last field) print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack; -