All of lore.kernel.org
 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

* [PATCH] Fix typo in nvme_identify_ns_descs
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2018-08-09 16:59 UTC (permalink / raw)


Looks good to me.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni at wdc.com>

On 8/9/18, 9:19 AM, "Linux-nvme on behalf of Milan P. Gandhi" <linux-nvme-bounces@lists.infradead.org on behalf of mgandhi@redhat.com> wrote:

    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
    
    
    _______________________________________________
    Linux-nvme mailing list
    Linux-nvme at lists.infradead.org
    http://lists.infradead.org/mailman/listinfo/linux-nvme
    

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

* [PATCH] Fix typo in nvme_identify_ns_descs
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2018-09-11  7:34 UTC (permalink / raw)


Thanks,

applied to nvme-4.20.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.