[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151024151100.GA46525@lkp-hsx03>
Date: Sat, 24 Oct 2015 23:11:00 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: kbuild-internal@...ux.intel.com, lkp@...ists.intel.com
Cc: kbuild-all@...org, netdev@...r.kernel.org
Subject: [RFC PATCH net-next] tipc: tipc_link_is_active() can be static
TO: "David S. Miller" <davem@...emloft.net>
CC: netdev@...r.kernel.org
CC: Jon Maloy <jon.maloy@...csson.com>
CC: Ying Xue <ying.xue@...driver.com>
CC: tipc-discussion@...ts.sourceforge.net
CC: linux-kernel@...r.kernel.org
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
link.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 4449fa0..b637276 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -173,7 +173,7 @@ bool link_is_bc_rcvlink(struct tipc_link *l)
return ((l->bc_rcvlink == l) && !link_is_bc_sndlink(l));
}
-int tipc_link_is_active(struct tipc_link *l)
+static int tipc_link_is_active(struct tipc_link *l)
{
return l->active;
}
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists