patch-1.3.87 linux/drivers/scsi/NCR53c406a.c

Next file: linux/drivers/scsi/README.AM53C974
Previous file: linux/drivers/scsi/NCR5380.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.86/linux/drivers/scsi/NCR53c406a.c linux/drivers/scsi/NCR53c406a.c
@@ -61,7 +61,7 @@
 
 #define WATCHDOG 5000000
 
-#define SYNC_MODE 0 		/* Synchrounous transfer mode */
+#define SYNC_MODE 0 		/* Synchronous transfer mode */
 
 #if DEBUG
 #undef NCR53C406A_DEBUG
@@ -379,7 +379,7 @@
             len=128; break;
         }
         
-        if ((i & 0x40) && len == 0) { /* fifo empty and interrupt occured */
+        if ((i & 0x40) && len == 0) { /* fifo empty and interrupt occurred */
             return 0;
         }
         
@@ -911,7 +911,7 @@
         
     case 0x02:			/* COMMAND */
         current_SC->SCp.phase = command_ph;
-        printk("NCR53c406a: Warning: Unknown interupt occured in command phase!\n");
+        printk("NCR53c406a: Warning: Unknown interrupt occurred in command phase!\n");
         break;
         
     case 0x03:			/* STATUS */

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