aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
diff options
context:
space:
mode:
authorRongQing.Li <roy.qing.li@gmail.com>2012-04-04 16:47:04 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-05 00:00:42 -0400
commit78d50217baf36093ab320f95bae0d6452daec85c (patch)
treeca39d544f4e2918ade64f0a601ebd6b41cc808f0 /net/socket.c
parentmlx4: allocate just enough pages instead of always 4 pages (diff)
downloadlinux-dev-78d50217baf36093ab320f95bae0d6452daec85c.tar.xz
linux-dev-78d50217baf36093ab320f95bae0d6452daec85c.zip
ipv6: fix array index in ip6_mc_add_src()
Convert array index from the loop bound to the loop index. And remove the void type conversion to ip6_mc_del1_src() return code, seem it is unnecessary, since ip6_mc_del1_src() does not use __must_check similar attribute, no compiler will report the warning when it is removed. v2: enrich the commit header Signed-off-by: RongQing.Li <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions