mbox series

[0/3] mm,thp: fix sloppy text output

Message ID dc264fd6-40bb-6510-db36-9340a5f01d94@google.com (mailing list archive)
Headers show
Series mm,thp: fix sloppy text output | expand

Message

Hugh Dickins Aug. 14, 2023, 7:58 p.m. UTC
mm,thp: fix sloppy text output

Three independent trivial patches, fixing sloppy text output which has
annoyed me; but might risk surprising a parser, so any can be dropped.

1/3 mm,thp: no space after colon in Mem-Info fields
2/3 mm,thp: fix nodeN/meminfo output alignment
3/3 mm,thp: fix smaps THPeligible output alignment

 drivers/base/node.c                          | 4 ++--
 fs/proc/task_mmu.c                           | 2 +-
 mm/show_mem.c                                | 6 +++---
 tools/testing/selftests/proc/proc-empty-vm.c | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

Hugh