On Fri, 29 Nov 2024 18:33:35 +0100, Thorsten Blum wrote:
> Remove hard-coded strings by using the str_yes_no() helper function.
>
>
Applied to powerpc/next.
[1/1] powerpc/xmon: Use str_yes_no() helper in dump_one_paca()
https://git.kernel.org/powerpc/c/6dca1d3af16a82552294596b66fee9e13eed
Remove hard-coded strings by using the str_yes_no() helper function.
Signed-off-by: Thorsten Blum
---
arch/powerpc/xmon/xmon.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c
index e6cddbb2305f..6c84169b309d 100644
---