patch-2.1.56 linux/net/ipv6/icmp.c

Next file: linux/net/ipv6/ip6_fib.c
Previous file: linux/net/ipv4/tcp_output.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/net/ipv6/icmp.c linux/net/ipv6/icmp.c
@@ -92,7 +92,6 @@
 
 /*
  *	getfrag callback
- *	not static because it's needed in ndisc.c
  */
 
 static int icmpv6_getfrag(const void *data, struct in6_addr *saddr, 
@@ -131,11 +130,12 @@
 }
 
 /*
- *	an inline helper for the "simple" if statement bellow
+ *	an inline helper for the "simple" if statement below
  *	checks if parameter problem report is caused by an
  *	unrecognized IPv6 option that has the Option Type 
  *	highest-order two bits set to 10
  */
+
 static __inline__ int opt_unrec(struct sk_buff *skb, __u32 offset)
 {
 	char *buff = skb->nh.raw;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov