netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]: r8169: prototype parameter name consistency
@ 2005-03-05 14:51 Richard Dawe
  2005-03-05 20:43 ` Francois Romieu
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Dawe @ 2005-03-05 14:51 UTC (permalink / raw)
  To: Francois Romieu; +Cc: Linux netdev

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

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

* Re: [PATCH]: r8169: prototype parameter name consistency
  2005-03-05 14:51 [PATCH]: r8169: prototype parameter name consistency Richard Dawe
@ 2005-03-05 20:43 ` Francois Romieu
  0 siblings, 0 replies; 2+ messages in thread
From: Francois Romieu @ 2005-03-05 20:43 UTC (permalink / raw)
  To: Richard Dawe; +Cc: Linux netdev

Richard Dawe <rich@phekda.gotadsl.co.uk> :
[...]
> Attached is a minor clean-up for consistency in the parameter names for 
> a couple of prototypes in the r8169 driver.

Queued.

--
Ueimor

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

end of thread, other threads:[~2005-03-05 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-05 14:51 [PATCH]: r8169: prototype parameter name consistency Richard Dawe
2005-03-05 20:43 ` Francois Romieu

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