]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Fix typo in NVME show command
authorThomas Perl <m@thp.io>
Fri, 31 May 2024 06:48:34 +0000 (06:48 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 13 Jun 2024 15:03:13 +0000 (09:03 -0600)
Foramt -> Format

Signed-off-by: Thomas Perl <m@thp.io>
drivers/nvme/nvme_show.c

index 72cbac82bccaf686351313d3e5747ae4cacc9d2e..8dc03fe5bbca492028c19b149bc8cd7d8fae3802 100644 (file)
@@ -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