diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-04-02 02:57:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-02 02:57:36 -0400 |
commit | f0bdb7ba5af5a7028479e9067ee74e9d66eea6df (patch) | |
tree | 2c78ed5e390354c9864b123d4862d7f12a8969e1 | |
parent | 06501d29ada4457349f4f4427bbf0bbb7c59b8f6 (diff) |
[IPV6] RAW: Remove ancient comment.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/ipv6/raw.c | 5 |
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) | |||
168 | read_lock(&raw_v6_hashinfo.lock); | 168 | read_lock(&raw_v6_hashinfo.lock); |
169 | sk = sk_head(&raw_v6_hashinfo.ht[hash]); | 169 | sk = sk_head(&raw_v6_hashinfo.ht[hash]); |
170 | 170 | ||
171 | /* | ||
172 | * The first socket found will be delivered after | ||
173 | * delivery to transport protocols. | ||
174 | */ | ||
175 | |||
176 | if (sk == NULL) | 171 | if (sk == NULL) |
177 | goto out; | 172 | goto out; |
178 | 173 | ||