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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 10 Apr 2013 15:27:32 -0700
From:	"Michael Chan" <mchan@...adcom.com>
To:	"Stephen Hemminger" <stephen@...workplumber.org>
cc:	"David Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] bnx2: make cnic_probe static

On Wed, 2013-04-10 at 13:53 -0700, Stephen Hemminger wrote: 
> 
> Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>

Acked-by: Michael Chan <mchan@...adcom.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;
> 



--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ