[openwrt/openwrt] generic: fitblk: typo in dmesg output
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 30 19:19:27 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/90b6728de2c16618197b98232d262ff64f312fb4
commit 90b6728de2c16618197b98232d262ff64f312fb4
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Jun 28 03:39:45 2024 +0100
generic: fitblk: typo in dmesg output
Fix spelling in dmesg output during boot when using the fitblk driver.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
.../pending-6.6/510-block-add-uImage.FIT-subimage-block-driver.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/generic/pending-6.6/510-block-add-uImage.FIT-subimage-block-driver.patch b/target/linux/generic/pending-6.6/510-block-add-uImage.FIT-subimage-block-driver.patch
index 26ef29ca87..5cc85083d2 100644
--- a/target/linux/generic/pending-6.6/510-block-add-uImage.FIT-subimage-block-driver.patch
+++ b/target/linux/generic/pending-6.6/510-block-add-uImage.FIT-subimage-block-driver.patch
@@ -668,7 +668,7 @@ Signed-off-by: Daniel Golle <daniel at makrotopia.org>
+ (imgmaxsect + MIN_FREE_SECT) < dsectors) {
+ add_fit_subimage_device(bdev, slot++, imgmaxsect,
+ dsectors - imgmaxsect, false);
-+ dev_info(dev, "mapped remaing space as /dev/fitrw\n");
++ dev_info(dev, "mapped remaining space as /dev/fitrw\n");
+ }
+
+out_bootconf:
More information about the lede-commits
mailing list