Skip to content

Commit c50cd03

Browse files
tititiou36Christoph Hellwig
authored andcommitted
nvme-fabrics: Fix a typo in an error message
A 'c' is missing. s/fabris/fabrics/ Signed-off-by: Christophe JAILLET <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent ec9e96b commit c50cd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvme/host/fabrics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ static int __init nvmf_init(void)
12361236
nvmf_device =
12371237
device_create(nvmf_class, NULL, MKDEV(0, 0), NULL, "ctl");
12381238
if (IS_ERR(nvmf_device)) {
1239-
pr_err("couldn't create nvme-fabris device!\n");
1239+
pr_err("couldn't create nvme-fabrics device!\n");
12401240
ret = PTR_ERR(nvmf_device);
12411241
goto out_destroy_class;
12421242
}

0 commit comments

Comments
 (0)