[PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number"
Colin King
colin.king at canonical.com
Wed Apr 7 12:10:20 BST 2021
From: Colin Ian King <colin.king at canonical.com>
There is a spelling mistake in a pr_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.king at 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
More information about the Linux-nvme
mailing list