realtek: Clean up global array definitions
authorSven Eckelmann <[email protected]>
Sun, 23 Nov 2025 15:50:29 +0000 (16:50 +0100)
committerHauke Mehrtens <[email protected]>
Mon, 24 Nov 2025 23:28:50 +0000 (00:28 +0100)
commit230a1835c3c8f14f9781d2d04065fd5266bc15bf
tree0c1b6b32eddb53e2e2cb78b1f08bc4fbda0d1ede
parent8f42966c081cd63122854637677a40925fd6877f
realtek: Clean up global array definitions

Global array initialization must have the open brace on the first
line and the next lines must be intended by one level. The closing
brace must be one a separate line.

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/rtl838x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl839x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c
target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c