Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / scsi / qla2xxx / qla_os.c
index 75a966c94860e0cd0e05b903759645c7c460f739..aa774752916549a9c41087f3d634a07bd1287648 100644 (file)
@@ -1046,7 +1046,7 @@ qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
 
 eh_bus_reset_done:
        qla_printk(KERN_INFO, vha->hw, "%s: reset %s\n", __func__,
-           (ret == FAILED) ? "failed" : "succeded");
+           (ret == FAILED) ? "failed" : "succeeded");
 
        return ret;
 }
@@ -1136,7 +1136,7 @@ qla2xxx_eh_host_reset(struct scsi_cmnd *cmd)
 
 eh_host_reset_lock:
        qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__,
-           (ret == FAILED) ? "failed" : "succeded");
+           (ret == FAILED) ? "failed" : "succeeded");
 
        return ret;
 }
@@ -3902,7 +3902,7 @@ uint32_t qla82xx_error_recovery(scsi_qla_host_t *base_vha)
                        continue;
                if (atomic_read(&other_pdev->enable_cnt)) {
                        DEBUG17(qla_printk(KERN_INFO, ha,
-                           "Found PCI func availabe and enabled at 0x%x\n",
+                           "Found PCI func available and enabled at 0x%x\n",
                            fn));
                        pci_dev_put(other_pdev);
                        break;