diff options
author | Milan P. Gandhi <mgandhi@redhat.com> | 2018-08-09 19:19:24 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-10-02 00:16:08 +0300 |
commit | 53b3a66163ea6cc7a86e0a3a04b1166d96665824 (patch) | |
tree | 9e0129312ae5d96f12700a3c40c56be7c6e06be0 /drivers/nvme | |
parent | c0aac682fa6590cb660cb083dbc09f55e799d2d2 (diff) | |
download | linux-53b3a66163ea6cc7a86e0a3a04b1166d96665824.tar.xz |
nvme: fix typo in nvme_identify_ns_descs
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>
Diffstat (limited to 'drivers/nvme')
-rw-r--r-- | drivers/nvme/host/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index e0a9e1c5b30e..f0778d3dd2f8 100644 --- 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 unnkown types */ + /* Skip unknown types */ len = cur->nidl; break; } |