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] [day] [month] [year] [list]
Date:	Mon, 21 Apr 2014 22:35:27 +0100
From:	Ben Hutchings <ben@...adent.org.uk>
To:	Cristian Rodríguez <crrodriguez@...nsuse.org>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH ethtool 1/2] ixgbe: missing "static" in function
 definition

On Thu, 2014-04-03 at 00:06 -0300, Cristian Rodríguez wrote:
> Signed-off-by: Cristian Rodríguez <crrodriguez@...nsuse.org>
> ---
>  ixgbe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ixgbe.c b/ixgbe.c
> index 6a663e4..3928d77 100644
> --- a/ixgbe.c
> +++ b/ixgbe.c
> @@ -76,7 +76,7 @@ enum ixgbe_mac_type {
>  	ixgbe_num_macs
>  };
>  
> -enum ixgbe_mac_type
> +static enum ixgbe_mac_type
>  ixgbe_get_mac_type(u16 device_id)
>  {
>  	enum ixgbe_mac_type mac_type = ixgbe_mac_unknown;

Applied, thanks.

Ben.

-- 
Ben Hutchings
Knowledge is power.  France is bacon.

Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ