patch-2.4.3 linux/drivers/scsi/ips.c
Next file: linux/drivers/scsi/mac_esp.c
Previous file: linux/drivers/scsi/inia100.h
Back to the patch index
Back to the overall index
- Lines: 81
- Date:
Fri Mar 2 18:38:38 2001
- Orig file:
v2.4.2/linux/drivers/scsi/ips.c
- Orig date:
Wed Feb 21 18:20:32 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/scsi/ips.c linux/drivers/scsi/ips.c
@@ -4831,7 +4831,7 @@
}
if (j >= 45)
- /* error occured */
+ /* error occurred */
return (0);
PostByte[i] = inb(ha->io_addr + IPS_REG_ISPR);
@@ -4855,7 +4855,7 @@
}
if (j >= 240)
- /* error occured */
+ /* error occurred */
return (0);
ConfigByte[i] = inb(ha->io_addr + IPS_REG_ISPR);
@@ -4920,7 +4920,7 @@
}
if (j >= 45)
- /* error occured */
+ /* error occurred */
return (0);
PostByte[i] = readb(ha->mem_ptr + IPS_REG_ISPR);
@@ -4944,7 +4944,7 @@
}
if (j >= 240)
- /* error occured */
+ /* error occurred */
return (0);
ConfigByte[i] = readb(ha->mem_ptr + IPS_REG_ISPR);
@@ -4961,7 +4961,7 @@
}
if (i >= 240)
- /* error occured */
+ /* error occurred */
return (0);
/* setup CCCR */
@@ -5011,7 +5011,7 @@
}
if (i >= 45) {
- /* error occured */
+ /* error occurred */
printk(KERN_WARNING "(%s%d) timeout waiting for post.\n",
ips_name, ha->host_num);
@@ -5042,7 +5042,7 @@
}
if (i >= 240) {
- /* error occured */
+ /* error occurred */
printk(KERN_WARNING "(%s%d) timeout waiting for config.\n",
ips_name, ha->host_num);
@@ -5657,7 +5657,7 @@
} else if (intr == IPS_INTR_IORL) {
if (ha->waitflag == FALSE) {
/*
- * controller generated an interupt to
+ * controller generated an interrupt to
* acknowledge completion of the command
* and ips_intr() has serviced the interrupt.
*/
@@ -5681,7 +5681,7 @@
} else if (intr == IPS_INTR_HAL) {
if (ha->waitflag == FALSE) {
/*
- * controller generated an interupt to
+ * controller generated an interrupt to
* acknowledge completion of the command
* and ips_intr() has serviced the interrupt.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)