aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2016-11-09 09:58:14 +0100
committerKarel Zak <kzak@redhat.com>2016-11-09 10:02:32 +0100
commit4c0e1eaf34fe604118afcd792291419e1d4ff661 (patch)
tree2881c2bb9b65126054ec011cdefa66d131e4c8e3
parenta5c4535b0df9e122025d804b27831dc1d38c73a9 (diff)
downloadutil-linux-4c0e1eaf34fe604118afcd792291419e1d4ff661.tar.gz
lsmem: align STATE to the right
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--sys-utils/lsmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lsmem.c b/sys-utils/lsmem.c
index 2210339a3b..3599e470da 100644
--- a/sys-utils/lsmem.c
+++ b/sys-utils/lsmem.c
@@ -99,7 +99,7 @@ struct coldesc {
static struct coldesc coldescs[] = {
[COL_RANGE] = { "RANGE", 0, 0, N_("start and end address of the memory range")},
[COL_SIZE] = { "SIZE", 5, SCOLS_FL_RIGHT, N_("size of the memory range")},
- [COL_STATE] = { "STATE", 0, 0, N_("online status of the memory range")},
+ [COL_STATE] = { "STATE", 0, SCOLS_FL_RIGHT, N_("online status of the memory range")},
[COL_REMOVABLE] = { "REMOVABLE", 0, SCOLS_FL_RIGHT, N_("memory is removable")},
[COL_BLOCK] = { "BLOCK", 0, SCOLS_FL_RIGHT, N_("memory block number or blocks range")},
[COL_NODE] = { "NODE", 0, SCOLS_FL_RIGHT, N_("numa node of memory")},