realtek: Cleanup tab vs spaces for indentation
authorSven Eckelmann <[email protected]>
Sun, 23 Nov 2025 10:29:11 +0000 (11:29 +0100)
committerHauke Mehrtens <[email protected]>
Sun, 23 Nov 2025 21:26:10 +0000 (22:26 +0100)
commit6e094232db8fcd62bd5d295c9788c9b561962755
tree02875a92e2ef4ef816eafaa61cb3d72d1c3da7b7
parent223cc6e1aa40938a6b108c4bacb4554711c6dbc9
realtek: Cleanup tab vs spaces for indentation

Sources files should used for the proper indentation:

* use tabs instead of 8 spaces
* spaces should never directly before a tab
* no whitespace characters at the end of a line

These rules were partially not followed in various source files.

Signed-off-by: Sven Eckelmann <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20895
Signed-off-by: Hauke Mehrtens <[email protected]>
19 files changed:
target/linux/realtek/files-6.12/drivers/clk/realtek/clk-rtl839x-sram.S
target/linux/realtek/files-6.12/drivers/clk/realtek/clk-rtl83xx.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/debugfs.c
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/dsa/rtl83xx/rtl838x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl838x.h
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/dsa/rtl83xx/tc.c
target/linux/realtek/files-6.12/drivers/net/ethernet/rtl838x_eth.c
target/linux/realtek/files-6.12/drivers/net/mdio/mdio-realtek-otto.c
target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c
target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.c
target/linux/realtek/files-6.12/drivers/thermal/realtek-thermal.c
target/linux/realtek/image/rt-loader/Makefile
target/linux/realtek/image/rt-loader/src/startup.S