netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ethtool 1/2] ixgbe: missing "static" in function definition
@ 2014-04-03  3:06 Cristian Rodríguez
  2014-04-03  3:06 ` [PATCH ethtool 2/2] Use htobe64, htobe16 from libc instead of local byteswap code Cristian Rodríguez
  2014-04-21 21:35 ` [PATCH ethtool 1/2] ixgbe: missing "static" in function definition Ben Hutchings
  0 siblings, 2 replies; 5+ messages in thread
From: Cristian Rodríguez @ 2014-04-03  3:06 UTC (permalink / raw)
  To: netdev; +Cc: ben, Cristian Rodríguez

Signed-off-by: Cristian Rodríguez <crrodriguez@opensuse.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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-21 21:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03  3:06 [PATCH ethtool 1/2] ixgbe: missing "static" in function definition Cristian Rodríguez
2014-04-03  3:06 ` [PATCH ethtool 2/2] Use htobe64, htobe16 from libc instead of local byteswap code Cristian Rodríguez
2014-04-21 21:18   ` Ben Hutchings
2014-04-21 21:18   ` Ben Hutchings
2014-04-21 21:35 ` [PATCH ethtool 1/2] ixgbe: missing "static" in function definition Ben Hutchings

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