aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/au1000_eth.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-09-08 11:11:59 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-09 21:36:39 -0700
commitdc99839cf600518ed1f20e47522fe7f629387078 (patch)
tree2ed9fbafcba8b90b226b0c5db39234bd4ae80d77 /drivers/net/au1000_eth.h
parentau1000-eth: remove volatiles, switch to I/O accessors (diff)
downloadlinux-dev-dc99839cf600518ed1f20e47522fe7f629387078.tar.xz
linux-dev-dc99839cf600518ed1f20e47522fe7f629387078.zip
au1000-eth: change multi-line comments style
Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/au1000_eth.h')
-rw-r--r--drivers/net/au1000_eth.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/au1000_eth.h b/drivers/net/au1000_eth.h
index 4b638df22240..6229c774552c 100644
--- a/drivers/net/au1000_eth.h
+++ b/drivers/net/au1000_eth.h
@@ -100,7 +100,8 @@ struct au1000_private {
int mac_id;
int mac_enabled; /* whether MAC is currently enabled and running
- (req. for mdio) */
+ * (req. for mdio)
+ */
int old_link; /* used by au1000_adjust_link */
int old_speed;
@@ -119,7 +120,8 @@ struct au1000_private {
int phy_irq;
/* These variables are just for quick access
- * to certain regs addresses. */
+ * to certain regs addresses.
+ */
struct mac_reg *mac; /* mac registers */
u32 *enable; /* address of MAC Enable Register */