]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ipv6: remove obsolete comment in ip6_append_data()
authorLi RongQing <roy.qing.li@gmail.com>
Fri, 25 Jul 2014 06:45:11 +0000 (14:45 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jul 2014 06:47:04 +0000 (23:47 -0700)
commitac3d2e5a9ef2f4d8f57c50070c4883ecb7cec29f
tree301e868f3c2c13ff8617ec4b3b3e8c8c451cf836
parent1e3550e46141b4734c237de69612175c13dc38cc
ipv6: remove obsolete comment in ip6_append_data()

After 11878b40e[net-timestamp: SOCK_RAW and PING timestamping], this comment
becomes obsolete since the codes check not only UDP socket, but also RAW sock;
and the codes are clear, not need the comments

Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c