commit | c4854ec8c483fb8deea7400c11cd7fd7c03e306c | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Sat Jul 20 15:09:28 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 23 17:01:05 2013 -0700 |
tree | cb3fab37794007da32a71276164383c576c63a65 | |
parent | 45c9149024dd082f1ac51fe46b0622f7c923f77f [diff] |
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>