diff options
| author | 2014-08-05 15:44:22 -0400 | |
|---|---|---|
| committer | 2014-08-05 15:44:22 -0400 | |
| commit | aa9e0de81b5b257f6dae48efe2ed5f255f066497 (patch) | |
| tree | 9b0b791d5912368006115427e74105cfe26750bd /scripts/checkstack.pl | |
| parent | netlabel: shorter names for the NetLabel catmap funcs/structs (diff) | |
| parent | Linux 3.16 (diff) | |
Merge tag 'v3.16' into next
Linux 3.16
Diffstat (limited to 'scripts/checkstack.pl')
| -rwxr-xr-x | scripts/checkstack.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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 = <STDIN>) { # Sort output by size (last field) print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack; - |
