From 90b6728de2c16618197b98232d262ff64f312fb4 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 28 Jun 2024 03:39:45 +0100 Subject: [PATCH] generic: fitblk: typo in dmesg output Fix spelling in dmesg output during boot when using the fitblk driver. Signed-off-by: Daniel Golle --- .../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 + (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: -- 2.30.2