iscsi-scst: Spelling fix - change dublicate into duplicate

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4926 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-07-29 10:43:00 +00:00
parent 8b0230b152
commit 75f9be4b34
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -614,7 +614,7 @@ static int mgmt_cmd_callback(void __user *ptr)
case E_GET_ATTR_VALUE:
info->data = kstrdup(cinfo.value, GFP_KERNEL);
if (info->data == NULL) {
PRINT_ERROR("Can't dublicate value %s", cinfo.value);
PRINT_ERROR("Can't duplicate value %s", cinfo.value);
info->info_status = -ENOMEM;
goto out_complete;
}
+2 -2
View File
@@ -1076,7 +1076,7 @@ static int iscsi_set_prelim_r2t_len_to_receive(struct iscsi_cmnd *req)
/*
* We have to close connection, because otherwise a data
* corruption is possible if we allow to receive data
* for this request in another request with dublicated ITT.
* for this request in another request with duplicated ITT.
*/
mark_conn_closed(req->conn);
goto out;
@@ -1875,7 +1875,7 @@ int cmnd_rx_continue(struct iscsi_cmnd *req)
/*
* We have to close connection, because otherwise a data
* corruption is possible if we allow to receive data
* for this request in another request with dublicated
* for this request in another request with duplicated
* ITT.
*/
goto out_close;
+1 -1
View File
@@ -971,7 +971,7 @@ static int handle_e_set_attr_value(int fd, const struct iscsi_kern_event *event)
isns_access_control = 0;
isns_server = strdup(pp);
if (isns_server == NULL) {
log_error("Unable to dublicate iSNS server name %s", pp);
log_error("Unable to duplicate iSNS server name %s", pp);
res = -ENOMEM;
goto out_free;
}