commit | 9e89fd8b7db71038fd9f70f34e210963fa8fc980 | [log] [tgz] |
---|---|---|
author | Sven Wegener <sven.wegener@stealer.net> | Thu May 29 20:27:06 2014 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 05 16:23:08 2014 -0700 |
tree | 0fc40f6dc1653595f1dfcd56c78528e74779491a | |
parent | f666f87b9423fb534d2116206ace04495080f2b5 [diff] |
ipv6: Shrink udp_v6_mcast_next() to one socket variable To avoid the confusion of having two variables, shrink the function to only use the parameter variable for looping. Cc: Eric Dumazet <edumazet@google.com> Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Signed-off-by: David S. Miller <davem@davemloft.net>