]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/checkstack.pl
arm: imx: tx6: mfgtool defconfig
[karo-tx-linux.git] / scripts / checkstack.pl
index 544aa56b6200a0610a1b0841ce34ed312955c3f0..c05d586b1feeddd92d9d030d77e0b31b9ea0eb58 100755 (executable)
@@ -173,4 +173,3 @@ while (my $line = <STDIN>) {
 
 # Sort output by size (last field)
 print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
-