patch-2.1.107 linux/net/appletalk/aarp.c
Next file: linux/net/appletalk/ddp.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Wed Jun 24 14:33:10 1998
- Orig file:
v2.1.106/linux/net/appletalk/aarp.c
- Orig date:
Thu Feb 12 20:56:14 1998
diff -u --recursive --new-file v2.1.106/linux/net/appletalk/aarp.c linux/net/appletalk/aarp.c
@@ -1,6 +1,6 @@
/*
- * AARP: An implementation of the Appletalk aarp protocol for
- * ethernet 'ELAP'.
+ * AARP: An implementation of the AppleTalk AARP protocol for
+ * Ethernet 'ELAP'.
*
* Alan Cox <Alan.Cox@linux.org>
*
@@ -20,7 +20,7 @@
*
*
* References:
- * Inside Appletalk (2nd Ed).
+ * Inside AppleTalk (2nd Ed).
*/
#include <linux/config.h>
@@ -430,7 +430,7 @@
skb->nh.raw=skb->data;
/*
- * Check for localtalk first
+ * Check for LocalTalk first
*/
@@ -645,7 +645,7 @@
/*
* This is called by the SNAP driver whenever we see an AARP SNAP
- * frame. We currently only support ethernet.
+ * frame. We currently only support Ethernet.
*/
static int aarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
{
@@ -658,7 +658,7 @@
/*
- * We only do ethernet SNAP AARP
+ * We only do Ethernet SNAP AARP
*/
if(dev->type!=ARPHRD_ETHER)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov