]> git.baikalelectronics.ru Git - kernel.git/commit
tools/vm/slabinfo: align usage output columns
authorTobin C. Harding <tobin@kernel.org>
Tue, 5 Mar 2019 23:49:07 +0000 (15:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Mar 2019 05:07:20 +0000 (21:07 -0800)
commitbeb6ea0f2a2372528171396dd4f2e3a091cec557
tree0c34b504c97e2d2edad0aa52d38256b9e09aef59
parent86fdd4b2c2c4eb3092d50cdca369e04e2d7bc3ad
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>
tools/vm/slabinfo.c