Skip to content

Commit 94bcf83

Browse files
Yannick GuerriniJiri Kosina
authored andcommitted
qla2xxx: Fix printks in ql_log message
Change 'Fimware' to 'Firmware' Change 'enalbled' to 'enabled' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Acked-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 28ca84e commit 94bcf83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/scsi/qla2xxx/qla_init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5366,7 +5366,7 @@ qla2x00_load_risc(scsi_qla_host_t *vha, uint32_t *srisc_addr)
53665366
blob = qla2x00_request_firmware(vha);
53675367
if (!blob) {
53685368
ql_log(ql_log_info, vha, 0x0083,
5369-
"Fimware image unavailable.\n");
5369+
"Firmware image unavailable.\n");
53705370
ql_log(ql_log_info, vha, 0x0084,
53715371
"Firmware images can be retrieved from: "QLA_FW_URL ".\n");
53725372
return QLA_FUNCTION_FAILED;
@@ -5469,7 +5469,7 @@ qla24xx_load_risc_blob(scsi_qla_host_t *vha, uint32_t *srisc_addr)
54695469
blob = qla2x00_request_firmware(vha);
54705470
if (!blob) {
54715471
ql_log(ql_log_warn, vha, 0x0090,
5472-
"Fimware image unavailable.\n");
5472+
"Firmware image unavailable.\n");
54735473
ql_log(ql_log_warn, vha, 0x0091,
54745474
"Firmware images can be retrieved from: "
54755475
QLA_FW_URL ".\n");

drivers/scsi/qla2xxx/qla_mid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options,
788788
rsp->msix = &ha->msix_entries[que_id + 1];
789789
else
790790
ql_log(ql_log_warn, base_vha, 0x00e3,
791-
"MSIX not enalbled.\n");
791+
"MSIX not enabled.\n");
792792

793793
ha->rsp_q_map[que_id] = rsp;
794794
rsp->rid = rid;

0 commit comments

Comments
 (0)