Skip to content

Commit 5e58b02

Browse files
standby24x7Nicholas Bellinger
authored and
Nicholas Bellinger
committed
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 <[email protected]> Signed-off-by: Nicholas Bellinger <[email protected]>
1 parent d062833 commit 5e58b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/target/iscsi/iscsi_target_nego.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int extract_param(
9090
return -1;
9191

9292
if (len > max_length) {
93-
pr_err("Length of input: %d exeeds max_length:"
93+
pr_err("Length of input: %d exceeds max_length:"
9494
" %d\n", len, max_length);
9595
return -1;
9696
}

drivers/target/target_core_configfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ static ssize_t target_core_alua_tg_pt_gp_store_attr_alua_access_state(
23082308

23092309
if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICT_ALUA)) {
23102310
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");
23122312
return -EINVAL;
23132313
}
23142314

0 commit comments

Comments
 (0)