aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_configfs.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-27 09:18:15 -0500
committerNicholas Bellinger <nab@linux-iscsi.org>2012-03-10 16:55:05 -0500
commit5e58b0299794fc4acf6e19995a2159e0535a008c (patch)
tree14d46ddd8b001aea2b75f89598e131360dbb9a7c /drivers/target/target_core_configfs.c
parentd06283341aee9e48eff1b068779d340785c635ce (diff)
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: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_configfs.c')
-rw-r--r--drivers/target/target_core_configfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c
index ac0ee5021c29..2ecde0d4d4e5 100644
--- a/drivers/target/target_core_configfs.c
+++ b/drivers/target/target_core_configfs.c
@@ -2308,7 +2308,7 @@ static ssize_t target_core_alua_tg_pt_gp_store_attr_alua_access_state(
2308 2308
2309 if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICT_ALUA)) { 2309 if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICT_ALUA)) {
2310 pr_err("Unable to process implict configfs ALUA" 2310 pr_err("Unable to process implict configfs ALUA"
2311 " transition while TPGS_IMPLICT_ALUA is diabled\n"); 2311 " transition while TPGS_IMPLICT_ALUA is disabled\n");
2312 return -EINVAL; 2312 return -EINVAL;
2313 } 2313 }
2314 2314