target: Fix typo in drivers/target
authorMasanari Iida <standby24x7@gmail.com>
Mon, 27 Feb 2012 14:18:15 +0000 (23:18 +0900)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 10 Mar 2012 21:55:05 +0000 (13:55 -0800)
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>
drivers/target/iscsi/iscsi_target_nego.c
drivers/target/target_core_configfs.c

index e89fa74..37a20ba 100644 (file)
@@ -90,7 +90,7 @@ int extract_param(
                return -1;
 
        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);
                return -1;
        }
index ac0ee50..2ecde0d 100644 (file)
@@ -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)) {
                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;
        }