Commit 6e72934d authored by John W. Linville's avatar John W. Linville Committed by Jeff Garzik

[PATCH] 3c59x: style change in vortex_ethtool_ops declaration

Style change suggested during patch review.
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d01485e4
......@@ -2881,7 +2881,7 @@ static void vortex_get_drvinfo(struct net_device *dev,
}
static struct ethtool_ops vortex_ethtool_ops = {
.get_drvinfo = vortex_get_drvinfo,
.get_drvinfo = vortex_get_drvinfo,
};
#ifdef CONFIG_PCI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment