Re: [PATCH v2] MIPS: kernel: proc: Use str_yes_no() helper function
From: Thorsten Blum
Date: Tue Nov 05 2024 - 12:51:49 EST
On 5. Nov 2024, at 18:38, Thorsten Blum wrote:
> Remove hard-coded strings by using the str_yes_no() helper function.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
Forgot the link to v1:
https://lore.kernel.org/r/20241102220437.22480-2-thorsten.blum@xxxxxxxxx/
And I just noticed the use of seq_printf(m,) vs. seq_puts(m,) and I'm
not sure this is still correct. Have to check this again later.
Sorry for the noise.