patch-2.4.3 linux/drivers/scsi/NCR53C9x.c
Next file: linux/drivers/scsi/NCR53c406a.c
Previous file: linux/drivers/scsi/Makefile
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Tue Mar 6 19:44:37 2001
- Orig file:
v2.4.2/linux/drivers/scsi/NCR53C9x.c
- Orig date:
Wed Feb 21 18:20:31 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/scsi/NCR53C9x.c linux/drivers/scsi/NCR53C9x.c
@@ -1820,7 +1820,7 @@
* with ESP_CMD_DMA ...
*/
- /* figure out how much needs to be transfered */
+ /* figure out how much needs to be transferred */
hmuch = SCptr->SCp.this_residual;
ESPDATA(("hmuch<%d> pio ", hmuch));
esp->current_transfer_size = hmuch;
@@ -1942,18 +1942,18 @@
/* check int. status */
if (esp->ireg & ESP_INTR_DC) {
/* disconnect */
- ESPDATA(("disconnect; %d transfered ... ", i));
+ ESPDATA(("disconnect; %d transferred ... ", i));
break;
} else if (esp->ireg & ESP_INTR_FDONE) {
/* function done */
- ESPDATA(("function done; %d transfered ... ", i));
+ ESPDATA(("function done; %d transferred ... ", i));
break;
}
/* XXX fixme: bail out on stall */
if (fifo_stuck > 10) {
/* we're stuck */
- ESPDATA(("fifo stall; %d transfered ... ", i));
+ ESPDATA(("fifo stall; %d transferred ... ", i));
break;
}
}
@@ -1964,7 +1964,7 @@
if (thisphase == in_dataout)
hmuch += fifocnt; /* stuck?? adjust data pointer ...*/
- /* tell do_data_finale how much was transfered */
+ /* tell do_data_finale how much was transferred */
esp->current_transfer_size -= hmuch;
/* still not completely sure on this one ... */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)