patch-1.3.87 linux/drivers/scsi/advansys.c
Next file: linux/drivers/scsi/aic7xxx.c
Previous file: linux/drivers/scsi/README.g_NCR5380
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Apr 12 09:49:41 1996
- Orig file:
v1.3.86/linux/drivers/scsi/advansys.c
- Orig date:
Fri Mar 1 07:50:51 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/scsi/advansys.c linux/drivers/scsi/advansys.c
@@ -2472,7 +2472,7 @@
ulong cont_xfer; /* contiguous transfer total (512 byte units) */
ulong sg_cnt; /* # scatter-gather I/O requests received */
ulong sg_elem; /* scatter-gather element total */
- ulong sg_xfer; /* scatter-gather tranfer total (512 byte units) */
+ ulong sg_xfer; /* scatter-gather transfer total (512 byte units) */
ulong error; /* # AscExeScsiQueue() ASC_ERROR returns. */
/*
* Number of times interrupts disabled in advansys_queuecommand() and
@@ -2758,7 +2758,7 @@
if (detect_called == ASC_FALSE) {
detect_called = ASC_TRUE;
} else {
- printk("AdvanSys SCSI: advansys_detect() mulitple calls ignored\n");
+ printk("AdvanSys SCSI: advansys_detect() multiple calls ignored\n");
return 0;
}
@@ -2780,7 +2780,7 @@
*/
if (asc_iopflag == ASC_TRUE) {
for (ioport = 0; ioport < ASC_NUM_BOARD_SUPPORTED; ioport++) {
- ASC_DBG2(1, "asdvansys_detect: asc_ioport[%d] %x\n",
+ ASC_DBG2(1, "advansys_detect: asc_ioport[%d] %x\n",
ioport, asc_ioport[ioport]);
if (asc_ioport[ioport] != 0) {
for (iop = 0; iop < ASC_IOADR_TABLE_MAX_IX; iop++) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this