]> git.ipfire.org Git - thirdparty/openwrt.git/commit
treewide: strip trailing whitespace where present 24255/head
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Thu, 16 Jul 2026 14:34:54 +0000 (16:34 +0200)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 17 Jul 2026 07:21:38 +0000 (09:21 +0200)
commit85719fe4a38d9cdf6dbae0d27c0657713727ca4a
treee6af3ef8b1cb605e6616e31f1307068c3e5071ce
parentc85adddd8d12309f4b7561bd8a71350eb1c73583
treewide: strip trailing whitespace where present

Ran a treewide trailing-whitespace cleanup for *.c, *.h, *.dts and *.dtsi.
Only files under target/linux/lantiq/... and target/linux/qualcommax/...
required changes, so the diff is limited to those paths.

Done by executing commands:
find . -type f | grep "\.c$" | xargs sed -i 's/[ \t]\+$//'
find . -type f | grep "\.h$" | xargs sed -i 's/[ \t]\+$//'
find . -type f | grep "\.dts$" | xargs sed -i 's/[ \t]\+$//'
find . -type f | grep "\.dtsi$" | xargs sed -i 's/[ \t]\+$//'

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/24255
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
14 files changed:
target/linux/lantiq/files/arch/mips/pci/fixup-lantiq-pcie.c
target/linux/lantiq/files/arch/mips/pci/ifxmips_pci_common.h
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie.c
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie.h
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_ar10.h
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_msi.c
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_phy.c
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_pm.c
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_pm.h
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_reg.h
target/linux/lantiq/files/arch/mips/pci/ifxmips_pcie_vr9.h
target/linux/lantiq/files/arch/mips/pci/pcie-lantiq.h
target/linux/qualcommax/dts/ipq5018-redmi-ax5400.dts
target/linux/qualcommax/files/drivers/net/ethernet/stmicro/stmmac/dwmac-ipq5018.c