diff options
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_core.c | 4 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_core.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 5f8617dd43bb..25417d0e7acb 100644 --- a/drivers/scsi/aic7xxx/aic79xx_core.c +++ b/drivers/scsi/aic7xxx/aic79xx_core.c | |||
@@ -8993,7 +8993,7 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb) | |||
8993 | printk("Invalid Command IU Field\n"); | 8993 | printk("Invalid Command IU Field\n"); |
8994 | break; | 8994 | break; |
8995 | case SIU_PFC_TMF_NOT_SUPPORTED: | 8995 | case SIU_PFC_TMF_NOT_SUPPORTED: |
8996 | printk("TMF not supportd\n"); | 8996 | printk("TMF not supported\n"); |
8997 | break; | 8997 | break; |
8998 | case SIU_PFC_TMF_FAILED: | 8998 | case SIU_PFC_TMF_FAILED: |
8999 | printk("TMF failed\n"); | 8999 | printk("TMF failed\n"); |
@@ -9113,7 +9113,7 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb) | |||
9113 | break; | 9113 | break; |
9114 | } | 9114 | } |
9115 | case SCSI_STATUS_OK: | 9115 | case SCSI_STATUS_OK: |
9116 | printk("%s: Interrupted for staus of 0???\n", | 9116 | printk("%s: Interrupted for status of 0???\n", |
9117 | ahd_name(ahd)); | 9117 | ahd_name(ahd)); |
9118 | /* FALLTHROUGH */ | 9118 | /* FALLTHROUGH */ |
9119 | default: | 9119 | default: |
diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c index dc28b0a91b22..10172a3af1b9 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_core.c +++ b/drivers/scsi/aic7xxx/aic7xxx_core.c | |||
@@ -1049,7 +1049,7 @@ ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat) | |||
1049 | ahc_set_scsi_status(scb, hscb->shared_data.status.scsi_status); | 1049 | ahc_set_scsi_status(scb, hscb->shared_data.status.scsi_status); |
1050 | switch (hscb->shared_data.status.scsi_status) { | 1050 | switch (hscb->shared_data.status.scsi_status) { |
1051 | case SCSI_STATUS_OK: | 1051 | case SCSI_STATUS_OK: |
1052 | printk("%s: Interrupted for staus of 0???\n", | 1052 | printk("%s: Interrupted for status of 0???\n", |
1053 | ahc_name(ahc)); | 1053 | ahc_name(ahc)); |
1054 | break; | 1054 | break; |
1055 | case SCSI_STATUS_CMD_TERMINATED: | 1055 | case SCSI_STATUS_CMD_TERMINATED: |