nvme: fix typo in nvme_identify_ns_descs
authorMilan P. Gandhi <mgandhi@redhat.com>
Thu, 9 Aug 2018 16:19:24 +0000 (21:49 +0530)
committerChristoph 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

index e0a9e1c..f0778d3 100644 (file)
@@ -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 unnkown types */
+                       /* Skip unknown types */
                        len = cur->nidl;
                        break;
                }