Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information