forked from Minki/linux
drivers:scsi Change printk typo initate -> initiate
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
f95497d9df
commit
cd09b2c3d0
@ -1027,7 +1027,7 @@ void qla4xxx_process_aen(struct scsi_qla_host * ha, uint8_t process_aen)
|
|||||||
((ddb_entry->default_time2wait +
|
((ddb_entry->default_time2wait +
|
||||||
4) * HZ);
|
4) * HZ);
|
||||||
|
|
||||||
DEBUG2(printk("scsi%ld: ddb [%d] initate"
|
DEBUG2(printk("scsi%ld: ddb [%d] initiate"
|
||||||
" RELOGIN after %d seconds\n",
|
" RELOGIN after %d seconds\n",
|
||||||
ha->host_no,
|
ha->host_no,
|
||||||
ddb_entry->fw_ddb_index,
|
ddb_entry->fw_ddb_index,
|
||||||
|
@ -812,7 +812,7 @@ static void qla4xxx_timer(struct scsi_qla_host *ha)
|
|||||||
);
|
);
|
||||||
start_dpc++;
|
start_dpc++;
|
||||||
DEBUG(printk("scsi%ld:%d:%d: ddb [%d] "
|
DEBUG(printk("scsi%ld:%d:%d: ddb [%d] "
|
||||||
"initate relogin after"
|
"initiate relogin after"
|
||||||
" %d seconds\n",
|
" %d seconds\n",
|
||||||
ha->host_no, ddb_entry->bus,
|
ha->host_no, ddb_entry->bus,
|
||||||
ddb_entry->target,
|
ddb_entry->target,
|
||||||
|
Loading…
Reference in New Issue
Block a user