]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/checkstack.pl
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
[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;
-