[PATCH] Fix typo in NVME show command
Thomas Perl
m at thp.io
Fri May 31 08:48:34 CEST 2024
Foramt -> Format
Signed-off-by: Thomas Perl <m at thp.io>
---
drivers/nvme/nvme_show.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/nvme_show.c b/drivers/nvme/nvme_show.c
index 72cbac82bc..8dc03fe5bb 100644
--- a/drivers/nvme/nvme_show.c
+++ b/drivers/nvme/nvme_show.c
@@ -68,7 +68,7 @@ static void print_formats(struct nvme_id_ns *id, struct nvme_ns *ns)
printf("Blk device %d: LBA Format Support:\n", ns->devnum);
for (i = 0; i < id->nlbaf; i++) {
- printf("\tLBA Foramt %d Support: ", i);
+ printf("\tLBA Format %d Support: ", i);
if (i == ns->flbas)
printf("(current)\n");
else
--
2.45.0
More information about the U-Boot
mailing list