[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200607081818.GA178212@67076c2573bd>
Date: Sun, 7 Jun 2020 16:18:18 +0800
From: kernel test robot <lkp@...el.com>
To: Hoang Huu Le <hoang.h.le@...tech.com.au>, jmaloy@...hat.com,
maloy@...jonn.com, ying.xue@...driver.com,
tipc-discussion@...ts.sourceforge.net, netdev@...r.kernel.org
Cc: kbuild-all@...ts.01.org
Subject: [RFC PATCH] tipc: tipc_named_dequeue() can be static
Signed-off-by: kernel test robot <lkp@...el.com>
---
name_distr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c
index 481d480609f0a..b4f2351259333 100644
--- a/net/tipc/name_distr.c
+++ b/net/tipc/name_distr.c
@@ -320,8 +320,8 @@ static bool tipc_update_nametbl(struct net *net, struct distr_item *i,
return false;
}
-struct sk_buff *tipc_named_dequeue(struct sk_buff_head *namedq,
- u16 *rcv_nxt, bool *open)
+static struct sk_buff *tipc_named_dequeue(struct sk_buff_head *namedq,
+ u16 *rcv_nxt, bool *open)
{
struct sk_buff *skb, *tmp;
struct tipc_msg *hdr;
Powered by blists - more mailing lists