patch-2.0.36 linux/drivers/scsi/FlashPoint.c
Next file: linux/drivers/scsi/Makefile
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Sun Nov 15 10:33:05 1998
- Orig file:
v2.0.35/linux/drivers/scsi/FlashPoint.c
- Orig date:
Mon Jul 13 13:46:31 1998
diff -u --recursive --new-file v2.0.35/linux/drivers/scsi/FlashPoint.c linux/drivers/scsi/FlashPoint.c
@@ -3165,11 +3165,11 @@
if(RD_HARPOON(ioport + hp_page_ctrl) & BIOS_SHADOW)
{
- pAdapterInfo->ai_FlashRomSize = 64 * 1024; /* 64k Rom */
+ pAdapterInfo->ai_FlashRomSize = 64 * 1024; /* 64k ROM */
}
else
{
- pAdapterInfo->ai_FlashRomSize = 32 * 1024; /* 32k Rom */
+ pAdapterInfo->ai_FlashRomSize = 32 * 1024; /* 32k ROM */
}
pAdapterInfo->ai_stateinfo |= (FAST20_ENA | TAG_QUEUE_ENA);
@@ -4944,7 +4944,7 @@
*
* Function: Sccb_bad_isr
*
- * Description: Some type of interrupt has occured which is slightly
+ * Description: Some type of interrupt has occurred which is slightly
* out of the ordinary. We will now decode it fully, in
* this routine. This is broken up in an attempt to save
* processing time.
@@ -7038,7 +7038,7 @@
*
* Function: sssyncv
*
- * Description: Write the desired value to the Sync Regisiter for the
+ * Description: Write the desired value to the Sync Register for the
* ID specified.
*
*---------------------------------------------------------------------*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov