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