1
1
openwrt/target/linux/realtek/image/rt-loader
Mieczyslaw Nalewaj 3e42e349d4
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 <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/22840
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2026-04-08 10:05:53 +02:00
..
include realtek: rt-loader: add ROM uImage lookup (aka standalone) 2025-09-03 21:36:34 +02:00
linker
src treewide: strip trailing whitespace 2026-04-08 10:05:53 +02:00
Makefile realtek: rt-loader: allow arbitrary kernel load address 2025-12-23 00:26:34 +01:00