patch-2.0.36 linux/drivers/net/strip.c
Next file: linux/drivers/net/tlan.c
Previous file: linux/drivers/net/shaper.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Nov 15 10:33:03 1998
- Orig file:
v2.0.35/linux/drivers/net/strip.c
- Orig date:
Sun Nov 15 10:49:40 1998
diff -u --recursive --new-file v2.0.35/linux/drivers/net/strip.c linux/drivers/net/strip.c
@@ -81,8 +81,6 @@
/************************************************************************/
/* Header files */
-#include <linux/config.h>
-
#ifdef MODULE
#include <linux/module.h>
#include <linux/version.h>
@@ -1714,7 +1712,7 @@
{
struct strip *strip_info = (struct strip *)(dev->priv);
STRIP_Header *header = (STRIP_Header *)buff;
- /* Arp find returns zero if if knows the address, */
+ /* Arp find returns zero if it knows the address, */
/* or if it doesn't know the address it sends an ARP packet and returns non-zero */
int arp_result = arp_find(header->dst_addr.c, dst, dev, dev->pa_addr, skb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov