]> git.baikalelectronics.ru Git - kernel.git/commit
ipmr: change the prototype of ip_mr_forward().
authorRami Rosen <ramirose@gmail.com>
Sat, 20 Jul 2013 12:09:28 +0000 (15:09 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2013 00:01:05 +0000 (17:01 -0700)
commit9f999b6abd1e3a6964f03180d122e2ab26e7f50f
treecb3fab37794007da32a71276164383c576c63a65
parent77f070f4383fe06b3f8bc0e7c690c32ad4b3dcb3
ipmr: change the prototype of ip_mr_forward().

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

The ip_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/ipv4/ipmr.c