X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fcheckstack.pl;h=c05d586b1feeddd92d9d030d77e0b31b9ea0eb58;hb=191d385f253a317ed905b06137b48e5990e700cf;hp=544aa56b6200a0610a1b0841ce34ed312955c3f0;hpb=2dfee7b2715b3ef3009979879d4387991f51b3a2;p=firefly-linux-kernel-4.4.55.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; -