patch-1.3.87 linux/drivers/scsi/g_NCR5380.c
Next file: linux/drivers/scsi/scsi.c
Previous file: linux/drivers/scsi/fdomain.c
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Fri Apr 12 09:49:41 1996
- Orig file:
v1.3.86/linux/drivers/scsi/g_NCR5380.c
- Orig date:
Sun Mar 31 00:13:17 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/scsi/g_NCR5380.c linux/drivers/scsi/g_NCR5380.c
@@ -148,7 +148,7 @@
*
* Purpose : LILO command line initialization of the overrides array,
*
- * Inputs : str - unused, ints - array of integer paramters with ints[0]
+ * Inputs : str - unused, ints - array of integer parameters with ints[0]
* equal to the number of ints.
*/
@@ -161,7 +161,7 @@
*
* Purpose : LILO command line initialization of the overrides array,
*
- * Inputs : str - unused, ints - array of integer paramters with ints[0]
+ * Inputs : str - unused, ints - array of integer parameters with ints[0]
* equal to the number of ints.
*/
@@ -260,13 +260,13 @@
/*
* Function : int generic_NCR5380_biosparam(Disk * disk, kdev_t dev, int *ip)
*
- * Purpose : Generates a BIOS / DOS compatable H-C-S mapping for
+ * Purpose : Generates a BIOS / DOS compatible H-C-S mapping for
* the specified device / size.
*
* Inputs : size = size of device in sectors (512 bytes), dev = block device
* major / minor, ip[] = {heads, sectors, cylinders}
*
- * Returns : allways 0 (success), initializes ip
+ * Returns : always 0 (success), initializes ip
*
*/
@@ -375,7 +375,7 @@
printk("53C400r: no 53C80 gated irq after transfer");
#if (NDEBUG & NDEBUG_C400_PREAD)
else
- printk("53C400r: Got 53C80 interupt and tried to clear it\n");
+ printk("53C400r: Got 53C80 interrupt and tried to clear it\n");
#endif
/* DON'T DO THIS - THEY NEVER ARRIVE!
@@ -499,7 +499,7 @@
*/
if (i) {
#if (NDEBUG & NDEBUG_C400_PWRITE)
- prink("53C400w: got 53C80 gated irq (last block)\n");
+ printk("53C400w: got 53C80 gated irq (last block)\n");
#endif
if (!((i=NCR5380_read(BUS_AND_STATUS_REG)) & BASR_END_DMA_TRANSFER))
printk("53C400w: No END OF DMA bit - WHOOPS! BASR=%0x\n",i);
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