Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f4f27e1 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

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: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 1aa76df4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -8993,7 +8993,7 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb)
					printk("Invalid Command IU Field\n");
					printk("Invalid Command IU Field\n");
					break;
					break;
				case SIU_PFC_TMF_NOT_SUPPORTED:
				case SIU_PFC_TMF_NOT_SUPPORTED:
					printk("TMF not supportd\n");
					printk("TMF not supported\n");
					break;
					break;
				case SIU_PFC_TMF_FAILED:
				case SIU_PFC_TMF_FAILED:
					printk("TMF failed\n");
					printk("TMF failed\n");
@@ -9113,7 +9113,7 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb)
		break;
		break;
	}
	}
	case SCSI_STATUS_OK:
	case SCSI_STATUS_OK:
		printk("%s: Interrupted for staus of 0???\n",
		printk("%s: Interrupted for status of 0???\n",
		       ahd_name(ahd));
		       ahd_name(ahd));
		/* FALLTHROUGH */
		/* FALLTHROUGH */
	default:
	default:
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);
		ahc_set_scsi_status(scb, hscb->shared_data.status.scsi_status);
		switch (hscb->shared_data.status.scsi_status) {
		switch (hscb->shared_data.status.scsi_status) {
		case SCSI_STATUS_OK:
		case SCSI_STATUS_OK:
			printk("%s: Interrupted for staus of 0???\n",
			printk("%s: Interrupted for status of 0???\n",
			       ahc_name(ahc));
			       ahc_name(ahc));
			break;
			break;
		case SCSI_STATUS_CMD_TERMINATED:
		case SCSI_STATUS_CMD_TERMINATED: