|
@@ -8993,7 +8993,7 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb)
|
|
|
printk("Invalid Command IU Field\n");
|
|
|
break;
|
|
|
case SIU_PFC_TMF_NOT_SUPPORTED:
|
|
|
- printk("TMF not supportd\n");
|
|
|
+ printk("TMF not supported\n");
|
|
|
break;
|
|
|
case SIU_PFC_TMF_FAILED:
|
|
|
printk("TMF failed\n");
|
|
@@ -9113,7 +9113,7 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb)
|
|
|
break;
|
|
|
}
|
|
|
case SCSI_STATUS_OK:
|
|
|
- printk("%s: Interrupted for staus of 0???\n",
|
|
|
+ printk("%s: Interrupted for status of 0???\n",
|
|
|
ahd_name(ahd));
|
|
|
/* FALLTHROUGH */
|
|
|
default:
|