Acked-by: Jon Maloy <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of kbuild test robot > Sent: Saturday, 24 October, 2015 11:11 > To: [email protected]; [email protected] > Cc: [email protected]; [email protected] > Subject: [RFC PATCH net-next] tipc: tipc_link_is_active() can be static > > TO: "David S. Miller" <[email protected]> > CC: [email protected] > CC: Jon Maloy <[email protected]> > CC: Ying Xue <[email protected]> > CC: [email protected] > CC: [email protected] > > > Signed-off-by: Fengguang Wu <[email protected]> > --- > 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 [email protected] 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
