diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-01-26 10:32:19 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-05 11:14:46 -0500 |
commit | 3f4f27e1783b3fe57f1f8c441b1376fae48dfb15 (patch) | |
tree | f87ac89868ef9324e31cab62d699c17a9f4e52b4 /drivers/scsi/aic7xxx/aic79xx_core.c | |
parent | 1aa76df4f26bf02be1dde8ee3c3d16c4c5433a26 (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/aic7xxx/aic79xx_core.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 5f8617dd43b..25417d0e7ac 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: |