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-next>] [day] [month] [year] [list]
Date:	Thu,  3 Apr 2014 00:06:15 -0300
From:	Cristian Rodríguez <crrodriguez@...nsuse.org>
To:	netdev@...r.kernel.org
Cc:	ben@...adent.org.uk,
	Cristian Rodríguez <crrodriguez@...nsuse.org>
Subject: [PATCH ethtool 1/2] ixgbe: missing "static" in function definition

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

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