]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
aic7xxx: Fix typo in aic7xxx
authorMasanari Iida <standby24x7@gmail.com>
Thu, 26 Jan 2012 15:32:19 +0000 (00:32 +0900)
committerJiri Kosina <jkosina@suse.cz>
Sun, 5 Feb 2012 16:14:46 +0000 (17:14 +0100)
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>
drivers/scsi/aic7xxx/aic79xx_core.c
drivers/scsi/aic7xxx/aic7xxx_core.c

index 5f8617dd43bb6afdab903e47c06bff08d0c1987e..25417d0e7acbf655392ac8c98cbfaf72745b6c5f 100644 (file)
@@ -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:
index dc28b0a91b22706c1a5b715677635bdaff9b6f95..10172a3af1b9c77563be8c2971498525894edea7 100644 (file)
@@ -1049,7 +1049,7 @@ ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat)
                ahc_set_scsi_status(scb, hscb->shared_data.status.scsi_status);
                switch (hscb->shared_data.status.scsi_status) {
                case SCSI_STATUS_OK:
-                       printk("%s: Interrupted for staus of 0???\n",
+                       printk("%s: Interrupted for status of 0???\n",
                               ahc_name(ahc));
                        break;
                case SCSI_STATUS_CMD_TERMINATED: