projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0aac68
)
nvme: fix typo in nvme_identify_ns_descs
author
Milan P. Gandhi
<mgandhi@redhat.com>
Thu, 9 Aug 2018 16:19:24 +0000
(21:49 +0530)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 1 Oct 2018 21:16:08 +0000
(14:16 -0700)
Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/core.c
b/drivers/nvme/host/core.c
index e0a9e1c5b30e5aa429b440fdcfb411c2b7ee91a2..f0778d3dd2f87fc2995196860cbd1a7248b531dc 100644
(file)
--- a/
drivers/nvme/host/core.c
+++ b/
drivers/nvme/host/core.c
@@
-971,7
+971,7
@@
static int nvme_identify_ns_descs(struct nvme_ctrl *ctrl, unsigned nsid,
uuid_copy(&ids->uuid, data + pos + sizeof(*cur));
break;
default:
- /* Skip un
nk
own types */
+ /* Skip un
kn
own types */
len = cur->nidl;
break;
}