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:
Bart Van Assche
2014-12-22 13:09:20 +00:00
parent cf536e76b3
commit 505a4dbc80
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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));
+3 -3
View File
@@ -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;
}