2022-08-06 20:27:01

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] nvme-fabrics: Fix a typo in an error message

A 'c' is missing.
s/fabris/fabrics/

Signed-off-by: Christophe JAILLET <[email protected]>
---
drivers/nvme/host/fabrics.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c
index 5207a2348257..da753d7db563 100644
--- a/drivers/nvme/host/fabrics.c
+++ b/drivers/nvme/host/fabrics.c
@@ -1230,7 +1230,7 @@ static int __init nvmf_init(void)
nvmf_device =
device_create(nvmf_class, NULL, MKDEV(0, 0), NULL, "ctl");
if (IS_ERR(nvmf_device)) {
- pr_err("couldn't create nvme-fabris device!\n");
+ pr_err("couldn't create nvme-fabrics device!\n");
ret = PTR_ERR(nvmf_device);
goto out_destroy_class;
}
--
2.34.1


2022-08-07 09:27:09

by Chaitanya Kulkarni

[permalink] [raw]
Subject: Re: [PATCH] nvme-fabrics: Fix a typo in an error message

On 8/6/22 13:15, Christophe JAILLET wrote:
> A 'c' is missing.
> s/fabris/fabrics/
>
> Signed-off-by: Christophe JAILLET <[email protected]>
> ---

Reviewed-by: Chaitanya Kulkarni <[email protected]>

-ck


2022-08-10 14:25:07

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] nvme-fabrics: Fix a typo in an error message

Thanks,

applied to nvme-6.0.