* [PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number"
@ 2021-04-07 11:10 Colin King
2021-04-08 0:16 ` Chaitanya Kulkarni
2021-04-12 7:48 ` Christoph Hellwig
0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2021-04-07 11:10 UTC (permalink / raw)
To: Christoph Hellwig, Sagi Grimberg, Chaitanya Kulkarni, linux-nvme
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in a pr_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/nvme/target/configfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/target/configfs.c b/drivers/nvme/target/configfs.c
index 125ef2c65d5f..65a0cf99f557 100644
--- a/drivers/nvme/target/configfs.c
+++ b/drivers/nvme/target/configfs.c
@@ -1150,7 +1150,7 @@ static ssize_t nvmet_subsys_attr_model_store_locked(struct nvmet_subsys *subsys,
return -EINVAL;
if (len > NVMET_MN_MAX_SIZE) {
- pr_err("Model nubmer size can not exceed %d Bytes\n",
+ pr_err("Model number size can not exceed %d Bytes\n",
NVMET_MN_MAX_SIZE);
return -EINVAL;
}
--
2.30.2
_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number"
2021-04-07 11:10 [PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number" Colin King
@ 2021-04-08 0:16 ` Chaitanya Kulkarni
2021-04-12 7:48 ` Christoph Hellwig
1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2021-04-08 0:16 UTC (permalink / raw)
To: Colin King, Christoph Hellwig, Sagi Grimberg,
linux-nvme@lists.infradead.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
On 4/7/21 04:10, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a pr_err error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
Looks good.
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number"
2021-04-07 11:10 [PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number" Colin King
2021-04-08 0:16 ` Chaitanya Kulkarni
@ 2021-04-12 7:48 ` Christoph Hellwig
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2021-04-12 7:48 UTC (permalink / raw)
To: Colin King
Cc: Christoph Hellwig, Sagi Grimberg, Chaitanya Kulkarni, linux-nvme,
kernel-janitors, linux-kernel
Applied to nvme-5.13.
_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-12 7:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-07 11:10 [PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number" Colin King
2021-04-08 0:16 ` Chaitanya Kulkarni
2021-04-12 7:48 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox