소스 검색

kernel: silence refresh warning

|Warning: trailing whitespace in line 66 of drivers/mtd/parsers/Kconfig

Signed-off-by: Christian Lamparter <[email protected]>
Christian Lamparter 3 년 전
부모
커밋
d6801e0d3f

+ 1 - 1
target/linux/generic/pending-5.10/430-mtd-add-myloader-partition-parser.patch

@@ -20,7 +20,7 @@ Signed-off-by: Adrian Schmutzler <[email protected]>
 +	help
 +	  MyLoader is a bootloader which allows the user to define partitions
 +	  in flash devices, by putting a table in the second erase block
-+	  on the device, similar to a partition table. This table gives the 
++	  on the device, similar to a partition table. This table gives the
 +	  offsets and lengths of the user defined partitions.
 +
 +	  If you need code which can detect and parse these tables, and

+ 1 - 1
target/linux/generic/pending-5.15/430-mtd-add-myloader-partition-parser.patch

@@ -20,7 +20,7 @@ Signed-off-by: Adrian Schmutzler <[email protected]>
 +	help
 +	  MyLoader is a bootloader which allows the user to define partitions
 +	  in flash devices, by putting a table in the second erase block
-+	  on the device, similar to a partition table. This table gives the 
++	  on the device, similar to a partition table. This table gives the
 +	  offsets and lengths of the user defined partitions.
 +
 +	  If you need code which can detect and parse these tables, and