Re: [PATCH net-next] ipv4: Make fib_encap_match static

2015-08-20 Thread David Miller
From: Ying Xue Date: Wed, 19 Aug 2015 16:04:51 +0800 > Make fib_encap_match() static as it isn't used outside the file. > > Signed-off-by: Ying Xue Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH net-next] ipv4: Make fib_encap_match static

2015-08-19 Thread Jiri Benc
On Wed, 19 Aug 2015 16:04:51 +0800, Ying Xue wrote: > Make fib_encap_match() static as it isn't used outside the file. > > Signed-off-by: Ying Xue Reviewed-by: Jiri Benc Noticed that, too, you were faster, again :-) Jiri -- Jiri Benc -- To unsubscribe from this list: send the line "unsubsc

[PATCH net-next] ipv4: Make fib_encap_match static

2015-08-19 Thread Ying Xue
Make fib_encap_match() static as it isn't used outside the file. Signed-off-by: Ying Xue --- net/ipv4/fib_semantics.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index d525307..8fdf6c2 100644 --- a/net/ipv4/fib_