[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <A2BAEFC30C8FD34388F02C9B3121859D22360FC4@eusaamb103.ericsson.se>
Date: Sat, 24 Oct 2015 18:49:59 +0000
From: Jon Maloy <jon.maloy@...csson.com>
To: kbuild test robot <fengguang.wu@...el.com>,
"kbuild-internal@...ux.intel.com" <kbuild-internal@...ux.intel.com>,
"lkp@...ists.intel.com" <lkp@...ists.intel.com>
CC: "kbuild-all@...org" <kbuild-all@...org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [RFC PATCH net-next] tipc: tipc_link_is_active() can be static
Acked-by: Jon Maloy <jon.maloy@...csson.com>
> -----Original Message-----
> From: netdev-owner@...r.kernel.org [mailto:netdev-
> owner@...r.kernel.org] On Behalf Of kbuild test robot
> Sent: Saturday, 24 October, 2015 11:11
> 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
--
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