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)
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>

No differences found