Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[cascardo/linux.git] / drivers / scsi / qla2xxx / qla_os.c
index cce1cbc..5319b3c 100644 (file)
@@ -446,11 +446,11 @@ static int qla25xx_setup_mode(struct scsi_qla_host *vha)
                }
                ha->flags.cpu_affinity_enabled = 1;
                ql_dbg(ql_dbg_multiq, vha, 0xc007,
-                   "CPU affinity mode enalbed, "
+                   "CPU affinity mode enabled, "
                    "no. of response queues:%d no. of request queues:%d.\n",
                    ha->max_rsp_queues, ha->max_req_queues);
                ql_dbg(ql_dbg_init, vha, 0x00e9,
-                   "CPU affinity mode enalbed, "
+                   "CPU affinity mode enabled, "
                    "no. of response queues:%d no. of request queues:%d.\n",
                    ha->max_rsp_queues, ha->max_req_queues);
        }
@@ -4102,7 +4102,7 @@ qla83xx_schedule_work(scsi_qla_host_t *base_vha, int work_code)
                break;
        default:
                ql_log(ql_log_warn, base_vha, 0xb05f,
-                   "Unknow work-code=0x%x.\n", work_code);
+                   "Unknown work-code=0x%x.\n", work_code);
        }
 
        return;
@@ -4702,7 +4702,7 @@ qla83xx_idc_state_handler(scsi_qla_host_t *base_vha)
                        break;
                default:
                        ql_log(ql_log_warn, base_vha, 0xb071,
-                           "Unknow Device State: %x.\n", dev_state);
+                           "Unknown Device State: %x.\n", dev_state);
                        qla83xx_idc_unlock(base_vha, 0);
                        qla8xxx_dev_failed_handler(base_vha);
                        rval = QLA_FUNCTION_FAILED;