]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5aabe268a0fc10ca418bfe2659b1ead4c5e50f7e
tree0985dbcddf8f990c6091562caa5b652acdc02995
parentfa24b4bf94619b8e471d54461465787cd55a307d
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