From: Richard Dawe <rich@phekda.gotadsl.co.uk>
To: Francois Romieu <romieu@fr.zoreil.com>
Cc: Linux netdev <netdev@oss.sgi.com>
Subject: [PATCH]: r8169: prototype parameter name consistency
Date: Sat, 05 Mar 2005 14:51:49 +0000 [thread overview]
Message-ID: <4229C785.806@phekda.gotadsl.co.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
Hello.
Attached is a minor clean-up for consistency in the parameter names for
a couple of prototypes in the r8169 driver.
Bye, Rich =]
Signed-Off-By: Richard Dawe <rich@phekda.gotadsl.co.uk>
[-- Attachment #2: r8169-proto-consistency.patch --]
[-- Type: text/plain, Size: 857 bytes --]
--- linux-2.6.11/drivers/net/r8169.c.orig 2005-03-02 07:38:09.000000000 +0000
+++ linux-2.6.11/drivers/net/r8169.c 2005-03-05 14:41:29.000000000 +0000
@@ -433,10 +433,10 @@ static void rtl8169_hw_start(struct net_
static int rtl8169_close(struct net_device *dev);
static void rtl8169_set_rx_mode(struct net_device *dev);
static void rtl8169_tx_timeout(struct net_device *dev);
-static struct net_device_stats *rtl8169_get_stats(struct net_device *netdev);
+static struct net_device_stats *rtl8169_get_stats(struct net_device *dev);
static int rtl8169_rx_interrupt(struct net_device *, struct rtl8169_private *,
void __iomem *);
-static int rtl8169_change_mtu(struct net_device *netdev, int new_mtu);
+static int rtl8169_change_mtu(struct net_device *dev, int new_mtu);
static void rtl8169_down(struct net_device *dev);
#ifdef CONFIG_R8169_NAPI
next reply other threads:[~2005-03-05 14:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-05 14:51 Richard Dawe [this message]
2005-03-05 20:43 ` [PATCH]: r8169: prototype parameter name consistency Francois Romieu
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=4229C785.806@phekda.gotadsl.co.uk \
--to=rich@phekda.gotadsl.co.uk \
--cc=netdev@oss.sgi.com \
--cc=romieu@fr.zoreil.com \
/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).