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>
Thu, 7 Nov 2024 22:38:08 +0000 (14:38 -0800)
commite8c1a296b8066734ef20797ab77e03a90b0c9be8
tree91bd66971bad66f49e40ad418c0bf60fb1236022
parent1bc542c6a0d1444559ab75823a89a94d244bf933
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