linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix typo in nvme_identify_ns_descs
@ 2018-08-09 16:19 Milan P. Gandhi
  2018-08-09 16:59 ` Chaitanya Kulkarni
  2018-09-11  7:34 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Milan P. Gandhi @ 2018-08-09 16:19 UTC (permalink / raw)


Signed-off-by: Milan P. Gandhi <mgandhi at redhat.com>
---
 drivers/nvme/host/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
index bf65501e6ed6..21d5d597b328 100644
--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -959,7 +959,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;
 		}
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-11  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 16:19 [PATCH] Fix typo in nvme_identify_ns_descs Milan P. Gandhi
2018-08-09 16:59 ` Chaitanya Kulkarni
2018-09-11  7:34 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).