ipv6: change return type from int to void for mld_process_v2
authorJiwon Kim <jiwonaid0@gmail.com>
Wed, 1 Sep 2021 15:34:49 +0000 (00:34 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Sep 2021 10:29:55 +0000 (11:29 +0100)
commit3f22bb137eb03ab27eaaa8b40d3e072eb541444e
tree0985dbcddf8f990c6091562caa5b652acdc02995
parent66abf5fb4cf713c6fdfccfbbabdcdf834f8bb9e2
ipv6: change return type from int to void for mld_process_v2

The mld_process_v2 only returned 0.

So, the return type is changed to void.

Signed-off-by: Jiwon Kim <jiwonaid0@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c