aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2008-04-01 23:57:36 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-01 23:57:36 -0700
commitf0bdb7ba5af5a7028479e9067ee74e9d66eea6df (patch)
tree2c78ed5e390354c9864b123d4862d7f12a8969e1 /net
parentwireless: fix various printk warnings on ia64 (and others) (diff)
downloadlinux-dev-f0bdb7ba5af5a7028479e9067ee74e9d66eea6df.tar.xz
linux-dev-f0bdb7ba5af5a7028479e9067ee74e9d66eea6df.zip
[IPV6] RAW: Remove ancient comment.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/raw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
index c1e495f105ad..aae6cedf1709 100644
--- a/net/ipv6/raw.c
+++ b/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);
sk = sk_head(&raw_v6_hashinfo.ht[hash]);
- /*
- * The first socket found will be delivered after
- * delivery to transport protocols.
- */
-
if (sk == NULL)
goto out;