From: kernel test robot <lkp@intel.com>
To: Hoang Huu Le <hoang.h.le@dektech.com.au>,
jmaloy@redhat.com, maloy@donjonn.com, ying.xue@windriver.com,
tipc-discussion@lists.sourceforge.net, netdev@vger.kernel.org
Cc: kbuild-all@lists.01.org
Subject: [RFC PATCH] tipc: tipc_named_dequeue() can be static
Date: Sun, 7 Jun 2020 16:18:18 +0800 [thread overview]
Message-ID: <20200607081818.GA178212@67076c2573bd> (raw)
In-Reply-To: <20200607042443.11104-1-hoang.h.le@dektech.com.au>
Signed-off-by: kernel test robot <lkp@intel.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;
next prev parent reply other threads:[~2020-06-07 8:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-07 4:24 [net-next] tipc: update a binding service via broadcast Hoang Huu Le
2020-06-07 5:38 ` kernel test robot
2020-06-07 6:22 ` kernel test robot
2020-06-07 8:18 ` kernel test robot
2020-06-07 8:18 ` kernel test robot [this message]
2020-06-07 19:03 ` Jon Maloy
2020-06-07 23:56 ` 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=20200607081818.GA178212@67076c2573bd \
--to=lkp@intel.com \
--cc=hoang.h.le@dektech.com.au \
--cc=jmaloy@redhat.com \
--cc=kbuild-all@lists.01.org \
--cc=maloy@donjonn.com \
--cc=netdev@vger.kernel.org \
--cc=tipc-discussion@lists.sourceforge.net \
--cc=ying.xue@windriver.com \
/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;
as well as URLs for NNTP newsgroup(s).