From: "Cristian Rodríguez" <crrodriguez@opensuse.org>
To: netdev@vger.kernel.org
Cc: ben@decadent.org.uk, "Cristian Rodríguez" <crrodriguez@opensuse.org>
Subject: [PATCH ethtool 1/2] ixgbe: missing "static" in function definition
Date: Thu, 3 Apr 2014 00:06:15 -0300 [thread overview]
Message-ID: <1396494376-6521-1-git-send-email-crrodriguez@opensuse.org> (raw)
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
next reply other threads:[~2014-04-03 3:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-03 3:06 Cristian Rodríguez [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1396494376-6521-1-git-send-email-crrodriguez@opensuse.org \
--to=crrodriguez@opensuse.org \
--cc=ben@decadent.org.uk \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).