[patch 2.6.9-rc3] 3c59x: style change in vortex_ethtool_ops declaration

From: John W. Linville
Date: Fri Oct 08 2004 - 15:18:00 EST


Style change suggested during patch review.

Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx>
---
Jeff Garzik suggested this style change while reviewing my patch to
backport the 3c59x driver from 2.6 to 2.4.

drivers/net/3c59x.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6/drivers/net/3c59x.c.orig
+++ linux-2.6/drivers/net/3c59x.c
@@ -2888,7 +2888,7 @@ static void vortex_get_drvinfo(struct ne
}

static struct ethtool_ops vortex_ethtool_ops = {
- .get_drvinfo = vortex_get_drvinfo,
+ .get_drvinfo = vortex_get_drvinfo,
};

#ifdef CONFIG_PCI
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/