[PATCH] net/ typos du jour

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Please apply to 2.5.70-bk-current.

--
~Randy


patch_name:	net_typos.patch
patch_version:	2003-05-29.16:33:51
author:		Randy.Dunlap <rddunlap@osdl.org>
description:	typo corrections only
product:	Linux
product_versions: linux-2570-602
maintainer:	davem@redhat.com
diffstat:	=
 include/net/ip6_fib.h     |    2 +-
 net/ipv6/addrconf.c       |    4 ++--
 net/ipv6/af_inet6.c       |    2 +-
 net/ipv6/route.c          |    2 +-
 net/ipv6/xfrm6_policy.c   |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)


diff -Naur ./include/linux/rtnetlink.h%TYPO ./include/linux/rtnetlink.h
--- ./include/linux/rtnetlink.h%TYPO	2003-05-29 15:58:10.000000000 -0700
+++ ./include/linux/rtnetlink.h	2003-05-29 16:23:00.000000000 -0700
@@ -50,7 +50,7 @@
 #define	RTM_MAX		(RTM_BASE+31)
 
 /* 
-   Generic structure for encapsulation optional route information.
+   Generic structure for encapsulation of optional route information.
    It is reminiscent of sockaddr, but with sa_family replaced
    with attribute type.
  */
diff -Naur ./include/net/ip6_fib.h%TYPO ./include/net/ip6_fib.h
--- ./include/net/ip6_fib.h%TYPO	2003-05-29 15:58:10.000000000 -0700
+++ ./include/net/ip6_fib.h	2003-05-29 16:30:44.000000000 -0700
@@ -111,7 +111,7 @@
 struct rt6_statistics {
 	__u32		fib_nodes;
 	__u32		fib_route_nodes;
-	__u32		fib_rt_alloc;		/* permanet routes	*/
+	__u32		fib_rt_alloc;		/* permanent routes	*/
 	__u32		fib_rt_entries;		/* rt entries in table	*/
 	__u32		fib_rt_cache;		/* cache routes		*/
 };
diff -Naur ./net/ipv6/xfrm6_policy.c%TYPO ./net/ipv6/xfrm6_policy.c
--- ./net/ipv6/xfrm6_policy.c%TYPO	2003-05-29 15:57:53.000000000 -0700
+++ ./net/ipv6/xfrm6_policy.c	2003-05-29 16:00:20.000000000 -0700
@@ -146,7 +146,7 @@
 		memcpy(&dst_prev->metrics, &rt->u.dst.metrics, sizeof(dst_prev->metrics));
 		dst_prev->path		= &rt->u.dst;
 
-		/* Copy neighbout for reachability confirmation */
+		/* Copy neighbour for reachability confirmation */
 		dst_prev->neighbour	= neigh_clone(rt->u.dst.neighbour);
 		dst_prev->input		= rt->u.dst.input;
 		dst_prev->output	= dst_prev->xfrm->type->output;
diff -Naur ./net/ipv6/addrconf.c%TYPO ./net/ipv6/addrconf.c
--- ./net/ipv6/addrconf.c%TYPO	2003-05-29 15:58:26.000000000 -0700
+++ ./net/ipv6/addrconf.c	2003-05-29 16:17:42.000000000 -0700
@@ -19,7 +19,7 @@
  *
  *	Janos Farkas			:	delete timer on ifdown
  *	<chexum@bankinf.banki.hu>
- *	Andi Kleen			:	kill doube kfree on module
+ *	Andi Kleen			:	kill double kfree on module
  *						unload.
  *	Maciej W. Rozycki		:	FDDI support
  *	sekiya@USAGI			:	Don't send too many RS
@@ -1253,7 +1253,7 @@
 	rtmsg.rtmsg_type	= RTMSG_NEWROUTE;
 	rtmsg.rtmsg_metric	= IP6_RT_PRIO_ADDRCONF;
 
-	/* prefix length - 96 bytes "::d.d.d.d" */
+	/* prefix length - 96 bits "::d.d.d.d" */
 	rtmsg.rtmsg_dst_len	= 96;
 	rtmsg.rtmsg_flags	= RTF_UP|RTF_NONEXTHOP;
 	rtmsg.rtmsg_ifindex	= dev->ifindex;
diff -Naur ./net/ipv6/af_inet6.c%TYPO ./net/ipv6/af_inet6.c
--- ./net/ipv6/af_inet6.c%TYPO	2003-05-29 15:58:04.000000000 -0700
+++ ./net/ipv6/af_inet6.c	2003-05-29 16:02:42.000000000 -0700
@@ -310,7 +310,7 @@
 	} else {
 		if (addr_type != IPV6_ADDR_ANY) {
 			/* ipv4 addr of the socket is invalid.  Only the
-			 * unpecified and mapped address have a v4 equivalent.
+			 * unspecified and mapped address have a v4 equivalent.
 			 */
 			v4addr = LOOPBACK4_IPV6;
 			if (!(addr_type & IPV6_ADDR_MULTICAST))	{
diff -Naur ./net/ipv6/route.c%TYPO ./net/ipv6/route.c
--- ./net/ipv6/route.c%TYPO	2003-05-29 15:58:10.000000000 -0700
+++ ./net/ipv6/route.c	2003-05-29 16:03:10.000000000 -0700
@@ -336,7 +336,7 @@
 	return err;
 }
 
-/* No rt6_lock! If COW faild, the function returns dead route entry
+/* No rt6_lock! If COW failed, the function returns dead route entry
    with dst->error set to errno value.
  */
 
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux