[PATCH] more net typos

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

 



Hi,

Please apply to 2.5.70-current.

--
~Randy


patch_name:	net_spell_606.patch
patch_version:	2003-06-06.11:28:52
author:		Randy.Dunlap <rddunlap@osdl.org>
description:	fix spelling/typos;
product:	Linux
product_versions: 2570-606
maintainer:	davem@redhat.com
diffstat:	=
 net/ipv6/ip6_input.c  |    2 +-
 net/ipv6/ip6_output.c |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


diff -Naur ./net/ipv6/ip6_input.c%SPL ./net/ipv6/ip6_input.c
--- ./net/ipv6/ip6_input.c%SPL	2003-06-06 11:13:14.000000000 -0700
+++ ./net/ipv6/ip6_input.c	2003-06-06 11:16:16.000000000 -0700
@@ -145,7 +145,7 @@
 	nexthdr = skb->nh.ipv6h->nexthdr;
 	nhoff = offsetof(struct ipv6hdr, nexthdr);
 
-	/* Skip  hop-by-hop options, they are already parsed. */
+	/* Skip hop-by-hop options, they are already parsed. */
 	if (nexthdr == NEXTHDR_HOP) {
 		nhoff = sizeof(struct ipv6hdr);
 		nexthdr = skb->h.raw[0];
diff -Naur ./net/ipv6/ip6_output.c%SPL ./net/ipv6/ip6_output.c
--- ./net/ipv6/ip6_output.c%SPL	2003-06-06 11:12:46.000000000 -0700
+++ ./net/ipv6/ip6_output.c	2003-06-06 11:19:43.000000000 -0700
@@ -381,7 +381,7 @@
 	/*
 	 *	Length of fragmented part on every packet but 
 	 *	the last must be an:
-	 *	"integer multiple of 8 octects".
+	 *	"integer multiple of 8 octets".
 	 */
 
 	frag_len = (mtu - unfrag_len) & ~0x7;
@@ -587,7 +587,7 @@
 		if (err) {
 #if IP6_DEBUG >= 2
 			printk(KERN_DEBUG "ip6_build_xmit: "
-			       "no availiable source address\n");
+			       "no available source address\n");
 #endif
 			goto out;
 		}
@@ -1187,7 +1187,7 @@
 		if (err) {
 #if IP6_DEBUG >= 2
 			printk(KERN_DEBUG "ip6_build_xmit: "
-			       "no availiable source address\n");
+			       "no available source address\n");
 #endif
 			return err;
 		}
-
: 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