Commit 5e58b029 authored by Masanari Iida's avatar Masanari Iida Committed by Nicholas Bellinger

target: Fix typo in drivers/target

Correct spelling "exeeds" to "exceeds" in iscsi/iscsi_target_nego.c
Correct spelling "diabled" to "disabled" in target_core_configfs.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent d0628334
...@@ -90,7 +90,7 @@ int extract_param( ...@@ -90,7 +90,7 @@ int extract_param(
return -1; return -1;
if (len > max_length) { if (len > max_length) {
pr_err("Length of input: %d exeeds max_length:" pr_err("Length of input: %d exceeds max_length:"
" %d\n", len, max_length); " %d\n", len, max_length);
return -1; return -1;
} }
......
...@@ -2308,7 +2308,7 @@ static ssize_t target_core_alua_tg_pt_gp_store_attr_alua_access_state( ...@@ -2308,7 +2308,7 @@ static ssize_t target_core_alua_tg_pt_gp_store_attr_alua_access_state(
if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICT_ALUA)) { if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICT_ALUA)) {
pr_err("Unable to process implict configfs ALUA" pr_err("Unable to process implict configfs ALUA"
" transition while TPGS_IMPLICT_ALUA is diabled\n"); " transition while TPGS_IMPLICT_ALUA is disabled\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment