]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: stmmac: Use str_enabled_disabled() helper
authorYu-Chun Lin <eleanor15x@gmail.com>
Mon, 17 Feb 2025 15:58:33 +0000 (23:58 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Feb 2025 02:12:12 +0000 (18:12 -0800)
commit3a03f9ec5d333b9998fbc63fd3e075b9d1991b89
treee0b21fcc5565eaef311889a02998e089cdd49a76
parent8f02c48f8f623eedc3c0a26a64c7ef155c35bfb9
net: stmmac: Use str_enabled_disabled() helper

As kernel test robot reported, the following warning occurs:

cocci warnings: (new ones prefixed by >>)
>> drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c:582:6-8: opportunity for str_enabled_disabled(on)

Replace ternary (condition ? "enabled" : "disabled") with
str_enabled_disabled() from string_choices.h to improve readability,
maintain uniform string usage, and reduce binary size through linker
deduplication.

Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Yu-Chun Lin <eleanor15x@gmail.com>
Link: https://patch.msgid.link/20250217155833.3105775-1-eleanor15x@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c