commit | 2b52c3ada8f4391d82d8088d9169ac2a8c4d0411 | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Sun Jul 21 03:00:31 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 23 17:20:37 2013 -0700 |
tree | 71738043e06acbf75da27e91b1a5c3a28a54588d | |
parent | c4854ec8c483fb8deea7400c11cd7fd7c03e306c [diff] |
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>