treewide: strip trailing whitespace
authorMieczyslaw Nalewaj <[email protected]>
Mon, 19 May 2025 12:27:36 +0000 (14:27 +0200)
committerRobert Marko <[email protected]>
Mon, 19 May 2025 22:47:37 +0000 (00:47 +0200)
commita238170e570eb3d093aae1611e4ae7f98f6f9bfc
treee5eb0256a0930a66653d3a902f06d402b0a05689
parent6b43a52171f5ccd32a6be55335e364943ac4c8c6
treewide: strip trailing whitespace

Strip trailing whitespace in all code:
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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18626
Signed-off-by: Robert Marko <[email protected]>
138 files changed:
package/kernel/lantiq/ltq-adsl-mei/src/drv_mei_cpe.c
package/kernel/lantiq/ltq-deu/src/ifxmips_aes.c
package/kernel/lantiq/ltq-deu/src/ifxmips_arc4.c
package/kernel/lantiq/ltq-deu/src/ifxmips_async_aes.c
package/kernel/lantiq/ltq-deu/src/ifxmips_async_des.c
package/kernel/lantiq/ltq-deu/src/ifxmips_des.c
package/kernel/lantiq/ltq-deu/src/ifxmips_deu.c
package/kernel/lantiq/ltq-deu/src/ifxmips_deu.h
package/kernel/lantiq/ltq-deu/src/ifxmips_deu_ar9.c
package/kernel/lantiq/ltq-deu/src/ifxmips_deu_ar9.h
package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.c
package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h
package/kernel/lantiq/ltq-deu/src/ifxmips_deu_dma.c
package/kernel/lantiq/ltq-deu/src/ifxmips_deu_vr9.c
package/kernel/lantiq/ltq-deu/src/ifxmips_deu_vr9.h
package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c
package/kernel/lantiq/ltq-deu/src/ifxmips_md5_hmac.c
package/kernel/lantiq/ltq-deu/src/ifxmips_sha1.c
package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c
package/kernel/lantiq/ltq-deu/src/internal.h
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c
package/kernel/lantiq/ltq-vdsl-fw/src/LzmaDecode.c
package/kernel/lantiq/ltq-vdsl-fw/src/LzmaDecode.h
package/kernel/lantiq/ltq-vdsl-fw/src/LzmaTypes.h
package/kernel/lantiq/ltq-vdsl-fw/src/LzmaWrapper.c
package/network/services/ead/src/tinysrp/bn_prime.h
package/network/services/ead/src/tinysrp/t_conv.c
package/network/services/ead/src/tinysrp/t_read.c
package/network/services/ead/src/tinysrp/t_read.h
package/network/services/hostapd/src/src/ap/ubus.c
package/network/services/ppp/utils/pfc.c
package/network/utils/rssileds/src/rssileds.c
package/system/mtd/src/imagetag.c
package/system/mtd/src/jffs2.c
package/system/mtd/src/jffs2.h
package/utils/fbtest/src/fbtest.c
package/utils/fritz-tools/src/fritz_cal_extract.c
package/utils/px5g-mbedtls/px5g-mbedtls.c
package/utils/ucode-mod-uline/src/utf8.c
scripts/config/lexer.lex.c
target/linux/at91/image/dfboot/src/at45.c
target/linux/at91/image/dfboot/src/com.c
target/linux/at91/image/dfboot/src/com.h
target/linux/at91/image/dfboot/src/dataflash.c
target/linux/at91/image/dfboot/src/dataflash.h
target/linux/at91/image/dfboot/src/embedded_services.h
target/linux/at91/image/dfboot/src/include/AT91C_MCI_Device.h
target/linux/at91/image/dfboot/src/include/AT91RM9200.h
target/linux/at91/image/dfboot/src/include/AT91RM9200_inc.h
target/linux/at91/image/dfboot/src/include/led.h
target/linux/at91/image/dfboot/src/include/lib_AT91RM9200.h
target/linux/at91/image/dfboot/src/init.c
target/linux/at91/image/dfboot/src/led.c
target/linux/at91/image/dfboot/src/main.c
target/linux/at91/image/dfboot/src/main.h
target/linux/at91/image/dfboot/src/mci_device.c
target/linux/ath79/dts/ar9344_longdata_aps256.dts
target/linux/ath79/dts/ar9344_mikrotik_routerboard-951g-2hnd.dts
target/linux/ath79/dts/ar9344_zbtlink_zbt-wd323.dts
target/linux/ath79/dts/qca9531_glinet_gl-s200.dtsi
target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts
target/linux/ath79/dts/qca9558_aruba_ap-115.dts
target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts
target/linux/ath79/dts/qca9563_ubnt_amplifi-router-hd.dts
target/linux/ath79/image/lzma-loader/src/LzmaDecode.c
target/linux/ath79/image/lzma-loader/src/LzmaDecode.h
target/linux/ath79/image/lzma-loader/src/LzmaTypes.h
target/linux/bcm47xx/image/lzma-loader/src/LzmaDecode.c
target/linux/bcm47xx/image/lzma-loader/src/LzmaDecode.h
target/linux/bcm47xx/image/lzma-loader/src/decompress.c
target/linux/bmips/dts/bcm63168-smartrg-sr505n.dts
target/linux/bmips/dts/bcm6318-tp-link-td-w8968-v3.dts
target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
target/linux/bmips/files/drivers/net/ethernet/broadcom/bcm6348-enet.c
target/linux/bmips/image/lzma-loader/src/LzmaDecode.c
target/linux/bmips/image/lzma-loader/src/LzmaDecode.h
target/linux/bmips/image/lzma-loader/src/LzmaTypes.h
target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_jimage.c
target/linux/generic/files/drivers/net/phy/adm6996.c
target/linux/generic/files/drivers/net/phy/psb6970.c
target/linux/generic/files/drivers/net/phy/rtl8306.c
target/linux/generic/image/lzma-loader/src/LzmaDecode.c
target/linux/generic/image/lzma-loader/src/LzmaDecode.h
target/linux/generic/image/lzma-loader/src/decompress.c
target/linux/generic/image/lzma-loader/src/print.c
target/linux/generic/image/lzma-loader/src/print.h
target/linux/generic/image/lzma-loader/src/printf.c
target/linux/generic/image/lzma-loader/src/uart16550.c
target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
target/linux/ipq806x/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq8064-fap-421e.dts
target/linux/ipq806x/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vrv9510kwac23.dts
target/linux/lantiq/image/lzma-loader/src/LzmaDecode.c
target/linux/lantiq/image/lzma-loader/src/LzmaDecode.h
target/linux/lantiq/image/lzma-loader/src/LzmaTypes.h
target/linux/mediatek/dts/mt7981b-cudy-re3000-v1.dts
target/linux/mediatek/dts/mt7981b-dlink-aquila-pro-ai-m30-a1.dts
target/linux/mediatek/dts/mt7981b-netis-nx31.dts
target/linux/mediatek/dts/mt7981b-zbtlink-zbt-z8103ax.dts
target/linux/mediatek/dts/mt7986a-acer-w6-common.dtsi
target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-ubootmod.dts
target/linux/mediatek/files/drivers/net/phy/rtk/rtl8367c/rtk_hal.c
target/linux/mediatek/files/drivers/net/phy/rtk/rtl8367s.c
target/linux/mediatek/files/drivers/net/phy/rtk/rtl8367s_dbg.c
target/linux/mediatek/files/drivers/net/phy/rtk/rtl8367s_mdio.c
target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3715i.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-gl-b3000.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-spnmx56.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-fap650.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-mr7500.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-eap620hd-v1.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-eap660hd-v1.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-sax1v1k.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-sxk80.dtsi
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-homewrk.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4300.dts
target/linux/ramips/dts/mt7620a_bolt_bl100.dts
target/linux/ramips/dts/mt7620n_zyxel_keenetic-lite-iii-a.dts
target/linux/ramips/dts/mt7621_comfast_cf-ew72-v2.dts
target/linux/ramips/dts/mt7621_dlink_dir-2150-r1.dts
target/linux/ramips/dts/mt7621_gemtek_wvrtm-130acn.dts
target/linux/ramips/dts/mt7621_gemtek_wvrtm-1xxacn.dtsi
target/linux/ramips/dts/mt7621_hanyang_hyc-g920.dts
target/linux/ramips/dts/mt7621_keenetic_kn-1910.dts
target/linux/ramips/dts/mt7628an_cudy_m1200-v1.dts
target/linux/ramips/dts/mt7628an_keenetic_kn-1221.dts
target/linux/ramips/dts/mt7628an_keenetic_kn-1711.dts
target/linux/ramips/dts/mt7628an_keenetic_kn-1713.dts
target/linux/ramips/dts/mt7628an_tplink_archer-mr200-v5.dts
target/linux/ramips/image/lzma-loader/src/LzmaDecode.c
target/linux/ramips/image/lzma-loader/src/LzmaDecode.h
target/linux/ramips/image/lzma-loader/src/LzmaTypes.h
target/linux/realtek/files-6.6/drivers/net/ethernet/rtl838x_eth.c
target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2-nand.dts
target/linux/siflower/files-6.6/drivers/net/ethernet/siflower/sf_dpns_debugfs.c
tools/include/byteswap.h
tools/patch-image/src/patch-cmdline.c
OSZAR »