commit | c5d6da4241a3361ac4643ba1417ef0fda14f9f67 | [log] [tgz] |
---|---|---|
author | Thomas Perl <m@thp.io> | Fri May 31 06:48:34 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 13 09:03:13 2024 -0600 |
tree | c116a7805404bb8302363cd2b8b341295b7316f1 | |
parent | e95fc0a258acfa78c21df2a6d13fa01ab548e671 [diff] |
Fix typo in NVME show command Foramt -> Format Signed-off-by: Thomas Perl <m@thp.io>
diff --git a/drivers/nvme/nvme_show.c b/drivers/nvme/nvme_show.c index 72cbac8..8dc03fe 100644 --- a/drivers/nvme/nvme_show.c +++ b/drivers/nvme/nvme_show.c
@@ -68,7 +68,7 @@ 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