瀏覽代碼

[IPV6] RAW: Remove ancient comment.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
YOSHIFUJI Hideaki 17 年之前
父節點
當前提交
f0bdb7ba5a
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      net/ipv6/raw.c

+ 0 - 5
net/ipv6/raw.c

@@ -168,11 +168,6 @@ static int ipv6_raw_deliver(struct sk_buff *skb, int nexthdr)
 	read_lock(&raw_v6_hashinfo.lock);
 	read_lock(&raw_v6_hashinfo.lock);
 	sk = sk_head(&raw_v6_hashinfo.ht[hash]);
 	sk = sk_head(&raw_v6_hashinfo.ht[hash]);
 
 
-	/*
-	 *	The first socket found will be delivered after
-	 *	delivery to transport protocols.
-	 */
-
 	if (sk == NULL)
 	if (sk == NULL)
 		goto out;
 		goto out;