Re: [PATCH] EDAC: Use string choice helper functions
From: Thorsten Blum
Date: Sun Feb 23 2025 - 16:29:17 EST
On 13. Feb 2025, at 22:05, Yazen Ghannam wrote:
> On Thu, Feb 13, 2025 at 09:10:28PM +0100, Thorsten Blum wrote:
>> On 13. Feb 2025, at 18:41, Yazen Ghannam wrote:
>>> On Sun, Feb 09, 2025 at 10:52:21PM +0100, Thorsten Blum wrote:
>>>> Remove hard-coded strings by using the str_enabled_disabled(),
>>>> str_yes_no(), str_write_read(), and str_plural() helper functions.
>>>>
>>>> Add a space in "All DIMMs support ECC: yes/no" to improve readability.
>>>>
>>>> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
>>>> ---
>>>> drivers/edac/amd64_edac.c | 47 +++++++++++++++++++--------------------
>>>> drivers/edac/debugfs.c | 5 ++++-
>>>> drivers/edac/i5400_edac.c | 3 ++-
>>>> drivers/edac/i7300_edac.c | 7 +++---
>>>> drivers/edac/xgene_edac.c | 17 +++++++-------
>>>> 5 files changed, 42 insertions(+), 37 deletions(-)
>>>>
>>>
>>> Please do include a base commit id. This patch doesn't apply to
>>> ras/edac-for-next but does apply to mainline/master.
>>
>> Ok. Should I rebase and resubmit or just for next time?
>
> Just for next time I think.
This actually applies to ras/edac-for-next for me.
I just resend the patch with a base commit id anyway.
Thanks,
Thorsten