]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc4854ec8c483fb8deea7400c11cd7fd7c03e306c
treecb3fab37794007da32a71276164383c576c63a65
parent45c9149024dd082f1ac51fe46b0622f7c923f77f
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