X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2Fcheckstack.pl;h=c05d586b1feeddd92d9d030d77e0b31b9ea0eb58;hb=bb18b526a9d8d4a3fe56f234d5013b9f6036978d;hp=544aa56b6200a0610a1b0841ce34ed312955c3f0;hpb=af788e35bff2b98a413c3e81b13c2a27ef6b7528;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; -