aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/au1000_eth.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-09-08 07:11:40 -0400
committerDavid S. Miller <davem@davemloft.net>2010-09-10 00:36:37 -0400
commit18b8e15b0433ac682138ce5d03157ddc28bdf350 (patch)
treeb2b17e2537a52288813aaa1590ecfeafdf35ded8 /drivers/net/au1000_eth.h
parentec7eabdde2cc3e71fa71f979bd3448c45122a4a8 (diff)
au1000-eth: fix all but one "line over 80 characters warnings"
One line has not been changed because it would not improve readability. 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 44003e4843b8..38c1d8845ac6 100644
--- a/drivers/net/au1000_eth.h
+++ b/drivers/net/au1000_eth.h
@@ -99,7 +99,8 @@ struct au1000_private {
99 99
100 int mac_id; 100 int mac_id;
101 101
102 int mac_enabled; /* whether MAC is currently enabled and running (req. for mdio) */ 102 int mac_enabled; /* whether MAC is currently enabled and running
103 (req. for mdio) */
103 104
104 int old_link; /* used by au1000_adjust_link */ 105 int old_link; /* used by au1000_adjust_link */
105 int old_speed; 106 int old_speed;
@@ -117,7 +118,8 @@ struct au1000_private {
117 int phy_busid; 118 int phy_busid;
118 int phy_irq; 119 int phy_irq;
119 120
120 /* These variables are just for quick access to certain regs addresses. */ 121 /* These variables are just for quick access
122 * to certain regs addresses. */
121 volatile struct mac_reg *mac; /* mac registers */ 123 volatile struct mac_reg *mac; /* mac registers */
122 volatile u32 *enable; /* address of MAC Enable Register */ 124 volatile u32 *enable; /* address of MAC Enable Register */
123 125