generic: fitblk: typo in dmesg output
authorDaniel Golle <daniel@makrotopia.org>
Fri, 28 Jun 2024 02:39:45 +0000 (03:39 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 1 Jul 2024 02:19:12 +0000 (03:19 +0100)
Fix spelling in dmesg output during boot when using the fitblk driver.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/pending-6.6/510-block-add-uImage.FIT-subimage-block-driver.patch

index 26ef29ca87251fc8a4f41a540bbb8afef223ba9d..5cc85083d2c662d92a19bf7762e6649927170cd0 100644 (file)
@@ -668,7 +668,7 @@ Signed-off-by: Daniel Golle <daniel@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: