patch-2.2.0-pre6 linux/drivers/net/sktr.c

Next file: linux/drivers/net/sktr_firmware.h
Previous file: linux/drivers/net/sdladrv.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre5/linux/drivers/net/sktr.c linux/drivers/net/sktr.c
@@ -1068,7 +1068,7 @@
 
 		if(!sktr_chk_ssb(tp, irq_type))
 		{
-			printk(KERN_INFO "%s: DATA LATE occured\n", dev->name);
+			printk(KERN_INFO "%s: DATA LATE occurred\n", dev->name);
 			break;
 		}
 
@@ -1583,7 +1583,7 @@
 			c |= ACL_SPEED16;		/* Set 16Mbps */
 	}
 
-	/* In case a comand is pending - forget it */
+	/* In case a command is pending - forget it */
 	tp->ScbInUse = 0;
 
 	c &= ~ACL_ARESET;		/* Clear adapter reset bit */
@@ -1672,7 +1672,7 @@
 	} while(retry_cnt > 0);
 
 	Status = inw(ioaddr + SIFSTS);
-	Status &= STS_ERROR_MASK;	/* Hardware error occured! */
+	Status &= STS_ERROR_MASK;	/* Hardware error occurred! */
 
 	printk(KERN_INFO "%s: Bring Up Diagnostics Error (%04X) occurred\n",
 		dev->name, Status);
@@ -1761,7 +1761,7 @@
 		{
 			if((Status & STS_ERROR) != 0)
 			{
-				/* Initialization error occured */
+				/* Initialization error occurred */
 				Status = inw(ioaddr + SIFSTS);
 				Status &= STS_ERROR_MASK;
 				/* ShowInitialisationErrorCode(Status); */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov