[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171214110039.GA31198@lkp-ivb-ep02>
Date: Thu, 14 Dec 2017 19:00:39 +0800
From: kbuild test robot <lkp@...el.com>
To: Tom Herbert <tom@...ntonium.net>
Cc: kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
roopa@...ulusnetworks.com, rohit@...ntonium.net,
Tom Herbert <tom@...ntonium.net>
Subject: [RFC PATCH] ila: ila_rslv_notify() can be static
Fixes: af8ddae5aff5 ("ila: Resolver mechanism")
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
ila_resolver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/ila/ila_resolver.c b/net/ipv6/ila/ila_resolver.c
index 8b9a3c5..944981e 100644
--- a/net/ipv6/ila/ila_resolver.c
+++ b/net/ipv6/ila/ila_resolver.c
@@ -70,7 +70,7 @@ static size_t ila_rslv_msgsize(void)
return len;
}
-void ila_rslv_notify(struct net *net, struct sk_buff *skb)
+static void ila_rslv_notify(struct net *net, struct sk_buff *skb)
{
struct ipv6hdr *ip6h = ipv6_hdr(skb);
struct sk_buff *nlskb;
Powered by blists - more mailing lists