projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372f979
)
Fix typo in NVME show command
author
Thomas Perl
<m@thp.io>
Fri, 31 May 2024 06:48:34 +0000
(06:48 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/nvme/nvme_show.c
b/drivers/nvme/nvme_show.c
index 72cbac82bccaf686351313d3e5747ae4cacc9d2e..8dc03fe5bbca492028c19b149bc8cd7d8fae3802 100644
(file)
--- 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 For
am
t %d Support: ", i);
+ printf("\tLBA For
ma
t %d Support: ", i);
if (i == ns->flbas)
printf("(current)\n");
else