mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user