kernel: silence refresh warning
authorChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Aug 2022 10:42:09 +0000 (12:42 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Aug 2022 12:10:42 +0000 (14:10 +0200)
|Warning: trailing whitespace in line 66 of drivers/mtd/parsers/Kconfig

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/generic/pending-5.10/430-mtd-add-myloader-partition-parser.patch
target/linux/generic/pending-5.15/430-mtd-add-myloader-partition-parser.patch

index 0889c9a343411082cbbba74db7d27b2d34fab93b..8a6e6305301dc1192d39168ea0c7e3f95844fcab 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
 +      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
index 0889c9a343411082cbbba74db7d27b2d34fab93b..8a6e6305301dc1192d39168ea0c7e3f95844fcab 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
 +      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