diff options
Diffstat (limited to 'net/ipv4/ip_input.c')
| -rw-r--r-- | net/ipv4/ip_input.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index 7b4bad6d572..ff77a4a7f9e 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c @@ -397,7 +397,7 @@ int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,  	iph = ip_hdr(skb);  	/* -	 *	RFC1122: 3.1.2.2 MUST silently discard any IP frame that fails the checksum. +	 *	RFC1122: 3.2.1.2 MUST silently discard any IP frame that fails the checksum.  	 *  	 *	Is the datagram acceptable?  	 *  |