The patch titled Subject: tools/vm/slabinfo: align usage output columns has been added to the -mm tree. Its filename is tools-vm-slabinfo-align-usage-output-columns.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-vm-slabinfo-align-usage-output-columns.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-vm-slabinfo-align-usage-output-columns.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "Tobin C. Harding" <tobin@xxxxxxxxxx> Subject: 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@xxxxxxxxxx Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx> Acked-by: Christoph Lameter <cl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/tools/vm/slabinfo.c~tools-vm-slabinfo-align-usage-output-columns +++ a/tools/vm/slabinfo.c @@ -124,13 +124,13 @@ static void usage(void) "-L|--Loss Sort by loss\n" "-n|--numa Show NUMA information\n" "-N|--lines=K Show the first K slabs\n" - "-o|--ops Show kmem_cache_ops\n" - "-r|--report Detailed report on single slabs\n" + "-o|--ops Show kmem_cache_ops\n" + "-r|--report Detailed report on single slabs\n" "-s|--shrink Shrink slabs\n" "-S|--Size Sort by size\n" "-t|--tracking Show alloc/free information\n" "-T|--Totals Show summary information\n" - "-U|--Unreclaim Show unreclaimable slabs only\n" + "-U|--Unreclaim Show unreclaimable slabs only\n" "-v|--validate Validate slabs\n" "-z|--zero Include empty slabs\n" "-1|--1ref Single reference\n" _ Patches currently in -mm which might be from tobin@xxxxxxxxxx are slub-capitialize-comment-string.patch tools-vm-slabinfo-update-options-in-usage-message.patch tools-vm-slabinfo-put-options-in-alphabetic-order.patch tools-vm-slabinfo-align-usage-output-columns.patch tools-vm-slabinfo-clean-up-usage-menu-debug-items.patch