ip6mr: change the prototype of ip6_mr_forward().
authorRami Rosen <ramirose@gmail.com>
Sun, 21 Jul 2013 00:00:31 +0000 (03:00 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2013 00:20:37 +0000 (17:20 -0700)
commit2b52c3ada8f4391d82d8088d9169ac2a8c4d0411
tree71738043e06acbf75da27e91b1a5c3a28a54588d
parentc4854ec8c483fb8deea7400c11cd7fd7c03e306c
ip6mr: change the prototype of ip6_mr_forward().

This patch changes the prototpye of the ip6_mr_forward() method to return void
instead of int.

The ip6_mr_forward() method always returns 0; moreover, the return value of this
method is not checked anywhere.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6mr.c