diff options
author | Tobin C. Harding <tobin@kernel.org> | 2019-03-05 18:49:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-06 00:07:20 -0500 |
commit | 3c89ff9aedead8ac48ed8bcd1ad8eb66ba6bd219 (patch) | |
tree | 0c34b504c97e2d2edad0aa52d38256b9e09aef59 | |
parent | b80fd3080317f561a2d84c0f1046ca74afa147ae (diff) |
tools/vm/slabinfo: align usage output columns
Usage message uses spaces not tabspaces, a few tabspaces have snuck in
making the columns not align correctly when output.
Align usage output columns using spaces instead of tabspaces.
Link: http://lkml.kernel.org/r/20190212001219.27769-4-tobin@kernel.org
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | tools/vm/slabinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/vm/slabinfo.c b/tools/vm/slabinfo.c index 5119adb9d009..97715b73af70 100644 --- a/tools/vm/slabinfo.c +++ b/tools/vm/slabinfo.c | |||
@@ -124,13 +124,13 @@ static void usage(void) | |||
124 | "-L|--Loss Sort by loss\n" | 124 | "-L|--Loss Sort by loss\n" |
125 | "-n|--numa Show NUMA information\n" | 125 | "-n|--numa Show NUMA information\n" |
126 | "-N|--lines=K Show the first K slabs\n" | 126 | "-N|--lines=K Show the first K slabs\n" |
127 | "-o|--ops Show kmem_cache_ops\n" | 127 | "-o|--ops Show kmem_cache_ops\n" |
128 | "-r|--report Detailed report on single slabs\n" | 128 | "-r|--report Detailed report on single slabs\n" |
129 | "-s|--shrink Shrink slabs\n" | 129 | "-s|--shrink Shrink slabs\n" |
130 | "-S|--Size Sort by size\n" | 130 | "-S|--Size Sort by size\n" |
131 | "-t|--tracking Show alloc/free information\n" | 131 | "-t|--tracking Show alloc/free information\n" |
132 | "-T|--Totals Show summary information\n" | 132 | "-T|--Totals Show summary information\n" |
133 | "-U|--Unreclaim Show unreclaimable slabs only\n" | 133 | "-U|--Unreclaim Show unreclaimable slabs only\n" |
134 | "-v|--validate Validate slabs\n" | 134 | "-v|--validate Validate slabs\n" |
135 | "-z|--zero Include empty slabs\n" | 135 | "-z|--zero Include empty slabs\n" |
136 | "-1|--1ref Single reference\n" | 136 | "-1|--1ref Single reference\n" |