patch-1.3.99 linux/drivers/isdn/isdn_net.c
Next file: linux/drivers/isdn/isdn_ppp.c
Previous file: linux/drivers/isdn/isdn_common.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Mon May 6 12:26:06 1996
- Orig file:
v1.3.98/linux/drivers/isdn/isdn_net.c
- Orig date:
Sun Apr 21 19:22:06 1996
diff -u --recursive --new-file v1.3.98/linux/drivers/isdn/isdn_net.c linux/drivers/isdn/isdn_net.c
@@ -46,7 +46,7 @@
* Correct ARP-handling for ETHERNET-encapsulation.
*
* Revision 1.2 1996/01/22 05:05:12 fritz
- * Changed returncode-logic for isdn_net_start_xmit() and it's
+ * Changed returncode-logic for isdn_net_start_xmit() and its
* helper-functions.
* Changed handling of buildheader for RAWIP and ETHERNET-encapsulation.
*
@@ -195,7 +195,7 @@
/*
* Handle status-messages from ISDN-interfacecard.
* This function is called from within the main-status-dispatcher
- * isdn_status_callback, which itself is called from the lowlevel-driver.
+ * isdn_status_callback, which itself is called from the low-level driver.
* Return: 1 = Event handled, 0 = not for us or unknown Event.
*/
int
@@ -1200,7 +1200,7 @@
return 0;
}
/*
- * Try and get ARP to resolve the header.
+ * Try to get ARP to resolve the header.
*/
#ifdef CONFIG_INET
ret = arp_find((unsigned char *)&(eth->h_dest), dst, dev, dev->pa_addr,skb)? 1 : 0;
@@ -1775,7 +1775,7 @@
}
/*
- * Allocate a new network-interface and initialize it's data structures.
+ * Allocate a new network-interface and initialize its data structures.
*/
char *
isdn_net_new(char *name, struct device *master)
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