realtek: Avoid braces around single statement blocks
authorSven Eckelmann <[email protected]>
Sun, 23 Nov 2025 12:17:31 +0000 (13:17 +0100)
committerHauke Mehrtens <[email protected]>
Mon, 24 Nov 2025 23:28:49 +0000 (00:28 +0100)
commitc6e0638ed161d5382603b2b1e239f2fa572b18aa
tree713b1ccdb936378274e68f92474df4dbdaec7762
parent18262471f3dfad9ac9770b0703aab10cff320a6b
realtek: Avoid braces around single statement blocks

The Linux kernel coding style prefers not to use braces around blocks which
are only one statement long.

Signed-off-by: Sven Eckelmann <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/qos.c
target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c