]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/show_mem: use str_yes_no() helper in show_free_areas()
authorThorsten Blum <thorsten.blum@linux.dev>
Sat, 26 Oct 2024 10:35:53 +0000 (12:35 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:28 +0000 (21:29 -0700)
commitfdfb3a001bdec7904767cced0ec24342920570c8
tree1a71f19237f5d9760bc1f6bc556c38f815d373aa
parent784e09a34f2b468b85cb7d0aced5693e164b6798
mm/show_mem: use str_yes_no() helper in show_free_areas()

Remove hard-coded strings by using the str_yes_no() helper function.

Link: https://lkml.kernel.org/r/20241026103552.6790-2-thorsten.blum@linux.dev
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/show_mem.c