lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ