* [PATCH net-next] bnx2: make cnic_probe static @ 2013-04-10 20:53 Stephen Hemminger 2013-04-10 22:27 ` Michael Chan 2013-04-11 3:24 ` David Miller 0 siblings, 2 replies; 3+ messages in thread From: Stephen Hemminger @ 2013-04-10 20:53 UTC (permalink / raw) To: Michael Chan, David Miller; +Cc: netdev Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- a/drivers/net/ethernet/broadcom/bnx2.c 2013-04-10 09:10:46.167617920 -0700 +++ b/drivers/net/ethernet/broadcom/bnx2.c 2013-04-10 13:18:43.946608448 -0700 @@ -416,7 +416,7 @@ static int bnx2_unregister_cnic(struct n return 0; } -struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev) +static struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev) { struct bnx2 *bp = netdev_priv(dev); struct cnic_eth_dev *cp = &bp->cnic_eth_dev; ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] bnx2: make cnic_probe static 2013-04-10 20:53 [PATCH net-next] bnx2: make cnic_probe static Stephen Hemminger @ 2013-04-10 22:27 ` Michael Chan 2013-04-11 3:24 ` David Miller 1 sibling, 0 replies; 3+ messages in thread From: Michael Chan @ 2013-04-10 22:27 UTC (permalink / raw) To: Stephen Hemminger; +Cc: David Miller, netdev On Wed, 2013-04-10 at 13:53 -0700, Stephen Hemminger wrote: > > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Michael Chan <mchan@broadcom.com> > > --- a/drivers/net/ethernet/broadcom/bnx2.c 2013-04-10 09:10:46.167617920 -0700 > +++ b/drivers/net/ethernet/broadcom/bnx2.c 2013-04-10 13:18:43.946608448 -0700 > @@ -416,7 +416,7 @@ static int bnx2_unregister_cnic(struct n > return 0; > } > > -struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev) > +static struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev) > { > struct bnx2 *bp = netdev_priv(dev); > struct cnic_eth_dev *cp = &bp->cnic_eth_dev; > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] bnx2: make cnic_probe static 2013-04-10 20:53 [PATCH net-next] bnx2: make cnic_probe static Stephen Hemminger 2013-04-10 22:27 ` Michael Chan @ 2013-04-11 3:24 ` David Miller 1 sibling, 0 replies; 3+ messages in thread From: David Miller @ 2013-04-11 3:24 UTC (permalink / raw) To: stephen; +Cc: mchan, netdev From: Stephen Hemminger <stephen@networkplumber.org> Date: Wed, 10 Apr 2013 13:53:40 -0700 > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Applied. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-11 3:24 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-04-10 20:53 [PATCH net-next] bnx2: make cnic_probe static Stephen Hemminger 2013-04-10 22:27 ` Michael Chan 2013-04-11 3:24 ` David Miller
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).