aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-01-26 10:32:19 -0500
committerJiri Kosina <jkosina@suse.cz>2012-02-05 11:14:46 -0500
commit3f4f27e1783b3fe57f1f8c441b1376fae48dfb15 (patch)
treef87ac89868ef9324e31cab62d699c17a9f4e52b4 /drivers/scsi
parent1aa76df4f26bf02be1dde8ee3c3d16c4c5433a26 (diff)
aic7xxx: Fix typo in aic7xxx
Correct spelling "staus" to "status" in aic79xx_core.c and Correct spelling "staus" to "status" in aic7xxx_core.c and Correct spelling "supportd" to "supported" in aic79xx_core.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/aic7xxx/aic79xx_core.c4
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_core.c2
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: