diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-24 11:24:16 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:24:35 -0400 |
commit | 59e13d48334c38a73aec1759fe9a13eb4e476bf6 (patch) | |
tree | 11b57ef5ae69131c9381760504cc0210474ce8ab /drivers/target | |
parent | 0d4ba4d7b115bd37cfa64274273eb91e848bd236 (diff) |
scsi: fix various printk and comment typos
Correct spelling typo within drivers/scsi
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/iscsi/iscsi_target_parameters.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/target/iscsi/iscsi_target_parameters.c b/drivers/target/iscsi/iscsi_target_parameters.c index 0c4760fabfc0..240f7aa76ed1 100644 --- a/drivers/target/iscsi/iscsi_target_parameters.c +++ b/drivers/target/iscsi/iscsi_target_parameters.c | |||
@@ -662,7 +662,7 @@ int iscsi_extract_key_value(char *textbuf, char **key, char **value) | |||
662 | { | 662 | { |
663 | *value = strchr(textbuf, '='); | 663 | *value = strchr(textbuf, '='); |
664 | if (!*value) { | 664 | if (!*value) { |
665 | pr_err("Unable to locate \"=\" seperator for key," | 665 | pr_err("Unable to locate \"=\" separator for key," |
666 | " ignoring request.\n"); | 666 | " ignoring request.\n"); |
667 | return -1; | 667 | return -1; |
668 | } | 668 | } |
@@ -1269,7 +1269,7 @@ static int iscsi_check_value(struct iscsi_param *param, char *value) | |||
1269 | comma_ptr = strchr(value, ','); | 1269 | comma_ptr = strchr(value, ','); |
1270 | 1270 | ||
1271 | if (comma_ptr && !IS_TYPE_VALUE_LIST(param)) { | 1271 | if (comma_ptr && !IS_TYPE_VALUE_LIST(param)) { |
1272 | pr_err("Detected value seperator \",\", but" | 1272 | pr_err("Detected value separator \",\", but" |
1273 | " key \"%s\" does not allow a value list," | 1273 | " key \"%s\" does not allow a value list," |
1274 | " protocol error.\n", param->name); | 1274 | " protocol error.\n", param->name); |
1275 | return -1; | 1275 | return -1; |