patch-1.3.87 linux/drivers/net/strip.c
Next file: linux/drivers/net/sunlance.c
Previous file: linux/drivers/net/smc9194.h
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Fri Apr 12 09:49:39 1996
- Orig file:
v1.3.86/linux/drivers/net/strip.c
- Orig date:
Mon Apr 8 19:01:43 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/net/strip.c linux/drivers/net/strip.c
@@ -124,7 +124,7 @@
struct tty_struct *tty; /* ptr to TTY structure */
char if_name[8]; /* Dynamically generated name */
- struct device dev; /* Our device stucture */
+ struct device dev; /* Our device structure */
};
/************************************************************************/
/* Utility routines for disabling and restoring interrupts */
@@ -385,7 +385,7 @@
UnStuffData returns new_src < end to indicate that there are more bytes
to be read.
-Note: The decoding may be dstructive, in that it may alter the source
+Note: The decoding may be destructive, in that it may alter the source
data in the process of decoding it (this is necessary to allow a follow-on
call to resume correctly). */
@@ -578,7 +578,7 @@
if (strip_info->tx_left > 0)
{ /* If some data left, send it */
- /* Must disable interrupts because othewise the write_wakeup might
+ /* Must disable interrupts because otherwise the write_wakeup might
* happen before we've had a chance to update the tx_left and
* tx_head fields
*/
@@ -867,7 +867,7 @@
}
name_end = ptr++;
- /* Check for SRIP key, and skip over it */
+ /* Check for STRIP key, and skip over it */
if (ptr[0] != ProtocolKey.c[0] ||
ptr[1] != ProtocolKey.c[1] ||
ptr[2] != ProtocolKey.c[2] ||
@@ -1150,7 +1150,7 @@
/*
* This routine is called by DDI when the
- * (dyamically assigned) device is registered
+ * (dynamically assigned) device is registered
*/
static int strip_dev_init(struct device *dev)
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