Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292853
b: refs/heads/master
c: 5e58b02
h: refs/heads/master
i:
  292851: 50e7fb1
v: v3
  • Loading branch information
Masanari Iida authored and Nicholas Bellinger committed Mar 10, 2012
1 parent f0008ff commit 90c1144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d06283341aee9e48eff1b068779d340785c635ce
refs/heads/master: 5e58b0299794fc4acf6e19995a2159e0535a008c
2 changes: 1 addition & 1 deletion trunk/drivers/target/iscsi/iscsi_target_nego.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 90c1144

Please sign in to comment.