generic: fitblk: typo in dmesg output
Fix spelling in dmesg output during boot when using the fitblk driver. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
de01fec4a7
commit
90b6728de2
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
||||||
+ (imgmaxsect + MIN_FREE_SECT) < dsectors) {
|
+ (imgmaxsect + MIN_FREE_SECT) < dsectors) {
|
||||||
+ add_fit_subimage_device(bdev, slot++, imgmaxsect,
|
+ add_fit_subimage_device(bdev, slot++, imgmaxsect,
|
||||||
+ dsectors - imgmaxsect, false);
|
+ 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:
|
+out_bootconf:
|
||||||
|
|
Loading…
Reference in a new issue