From: kbuild test robot <lkp@intel.com>
To: Tom Herbert <tom@quantonium.net>
Cc: kbuild-all@01.org, davem@davemloft.net, netdev@vger.kernel.org,
roopa@cumulusnetworks.com, rohit@quantonium.net,
Tom Herbert <tom@quantonium.net>
Subject: [RFC PATCH] ila: ila_rslv_notify() can be static
Date: Thu, 14 Dec 2017 19:00:39 +0800 [thread overview]
Message-ID: <20171214110039.GA31198@lkp-ivb-ep02> (raw)
In-Reply-To: <20171211203837.2540-8-tom@quantonium.net>
Fixes: af8ddae5aff5 ("ila: Resolver mechanism")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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;
next prev parent reply other threads:[~2017-12-14 11:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-11 20:38 [PATCH v3 net-next 0/9] net: Generic network resolver backend and ILA resolver Tom Herbert
2017-12-11 20:38 ` [PATCH v3 net-next 1/9] lwt: Add net to build_state argument Tom Herbert
2017-12-11 20:38 ` [PATCH v3 net-next 2/9] ila: Fix use of rhashtable walk in ila_xlat.c Tom Herbert
2017-12-11 20:38 ` [PATCH v3 net-next 3/9] ila: Call library function alloc_bucket_locks Tom Herbert
2017-12-11 20:38 ` [PATCH v3 net-next 4/9] ila: create main ila source file Tom Herbert
2017-12-11 20:38 ` [PATCH v3 net-next 5/9] ila: Flush netlink command to clear xlat table Tom Herbert
2017-12-11 20:38 ` [PATCH v3 net-next 6/9] net: Generic resolver backend Tom Herbert
2017-12-14 7:16 ` kbuild test robot
2017-12-11 20:38 ` [PATCH v3 net-next 7/9] ila: Resolver mechanism Tom Herbert
2017-12-14 11:00 ` kbuild test robot
2017-12-14 11:00 ` kbuild test robot [this message]
2017-12-11 20:38 ` [PATCH v3 net-next 8/9] resolver: add netlink control Tom Herbert
2017-12-11 20:38 ` [PATCH v3 net-next 9/9] ila: add netlink control ILA resolver Tom Herbert
2017-12-11 21:34 ` [PATCH v3 net-next 0/9] net: Generic network resolver backend and " David Miller
2017-12-11 22:16 ` Tom Herbert
2017-12-11 22:32 ` Tom Herbert
2017-12-12 2:16 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171214110039.GA31198@lkp-ivb-ep02 \
--to=lkp@intel.com \
--cc=davem@davemloft.net \
--cc=kbuild-all@01.org \
--cc=netdev@vger.kernel.org \
--cc=rohit@quantonium.net \
--cc=roopa@cumulusnetworks.com \
--cc=tom@quantonium.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox