mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
Spelling fix: existant -> existent
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5954 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -1642,7 +1642,7 @@ static int mvst_handle_task_mgmt(struct mvs_info *mvi,
|
||||
sess = mvst_find_sess_by_lid(tgt, initiator_sas_addr);
|
||||
if (sess == NULL) {
|
||||
TRACE(TRACE_MGMT, "mvsttgt(%ld): task mgmt fn 0x%x for "
|
||||
"non-existant session", mvi->instance,
|
||||
"non-existent session", mvi->instance,
|
||||
cmd->save_task_iu.task_fun);
|
||||
res = -EFAULT;
|
||||
goto out;
|
||||
|
||||
@@ -4074,7 +4074,7 @@ static int q2t_handle_task_mgmt(scsi_qla_host_t *ha, void *iocb)
|
||||
|
||||
if (sess == NULL) {
|
||||
TRACE_MGMT_DBG("qla2x00t(%ld): task mgmt fn 0x%x for "
|
||||
"non-existant session", ha->instance, fn);
|
||||
"non-existent session", ha->instance, fn);
|
||||
res = q2t_sched_sess_work(tgt, Q2T_SESS_WORK_TM, iocb,
|
||||
IS_FWI2_CAPABLE(ha) ? sizeof(atio7_entry_t) :
|
||||
sizeof(notify_entry_t));
|
||||
|
||||
@@ -1074,7 +1074,7 @@ sub applyConfiguration {
|
||||
}
|
||||
|
||||
if (!defined($GROUPS{$group})) {
|
||||
print "\t-> WARNING: Unable to assign to non-existant group '$group'.\n";
|
||||
print "\t-> WARNING: Unable to assign to non-existent group '$group'.\n";
|
||||
$errs += 1;
|
||||
next;
|
||||
}
|
||||
@@ -1586,7 +1586,7 @@ sub assignDevice {
|
||||
}
|
||||
|
||||
if (!defined($$DEVICES{$device})) {
|
||||
print "WARNING: Unable to assign non-existant device '$device' to group '$group'.\n";
|
||||
print "WARNING: Unable to assign non-existent device '$device' to group '$group'.\n";
|
||||
return $TRUE;
|
||||
}
|
||||
|
||||
@@ -1632,7 +1632,7 @@ sub replaceDevice {
|
||||
}
|
||||
|
||||
if (!defined($$DEVICES{$newDevice})) {
|
||||
print "WARNING: Unable to assign non-existant device '$newDevice' to group '$group'.\n";
|
||||
print "WARNING: Unable to assign non-existent device '$newDevice' to group '$group'.\n";
|
||||
return $TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user