[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200624231122.GA39865@3378fbf3c7a6>
Date: Thu, 25 Jun 2020 07:11:22 +0800
From: kernel test robot <lkp@...el.com>
To: Justin Iurman <justin.iurman@...ege.be>, netdev@...r.kernel.org
Cc: kbuild-all@...ts.01.org, davem@...emloft.net,
justin.iurman@...ege.be
Subject: [RFC PATCH] ipv6: ioam: ioam6_fill_trace_data_node() can be static
Signed-off-by: kernel test robot <lkp@...el.com>
---
ioam6.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv6/ioam6.c b/net/ipv6/ioam6.c
index 406aa78eb504c..4a4e72bb54cc5 100644
--- a/net/ipv6/ioam6.c
+++ b/net/ipv6/ioam6.c
@@ -78,8 +78,8 @@ struct ioam6_namespace *ioam6_namespace(struct net *net, __be16 id)
return rhashtable_lookup_fast(&nsdata->namespaces, &id, rht_ns_params);
}
-void ioam6_fill_trace_data_node(struct sk_buff *skb, int nodeoff,
- u32 trace_type, struct ioam6_namespace *ns)
+static void ioam6_fill_trace_data_node(struct sk_buff *skb, int nodeoff,
+ u32 trace_type, struct ioam6_namespace *ns)
{
u8 *data = skb_network_header(skb) + nodeoff;
struct __kernel_sock_timeval ts;
Powered by blists - more mailing lists