mirror of
https://xff.cz/git/u-boot/
synced 2025-10-02 16:01:30 +02:00
Fix typo in NVME show command
Foramt -> Format Signed-off-by: Thomas Perl <m@thp.io>
This commit is contained in:
@@ -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);
|
printf("Blk device %d: LBA Format Support:\n", ns->devnum);
|
||||||
|
|
||||||
for (i = 0; i < id->nlbaf; i++) {
|
for (i = 0; i < id->nlbaf; i++) {
|
||||||
printf("\tLBA Foramt %d Support: ", i);
|
printf("\tLBA Format %d Support: ", i);
|
||||||
if (i == ns->flbas)
|
if (i == ns->flbas)
|
||||||
printf("(current)\n");
|
printf("(current)\n");
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user