mm: Use str_on_off() helper function in report_meminit()
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 18 Oct 2024 10:31:51 +0000 (12:31 +0200)
committerMike Rapoport (Microsoft) <rppt@kernel.org>
Fri, 18 Oct 2024 16:05:58 +0000 (19:05 +0300)
commit4bb21dbb6728fbe6cb7e2f7dc7e5388962c4125b
treeb48946159f2468890d3ab51e9f5a11136fac17c0
parent8e929cb546ee42c9a61d24fae60605e9e3192354
mm: Use str_on_off() helper function in report_meminit()

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

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://lore.kernel.org/r/20241018103150.96824-2-thorsten.blum@linux.dev
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
mm/mm_init.c