diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-09-08 07:11:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-10 00:36:39 -0400 |
commit | dc99839cf600518ed1f20e47522fe7f629387078 (patch) | |
tree | 2ed9fbafcba8b90b226b0c5db39234bd4ae80d77 /drivers/net/au1000_eth.h | |
parent | d0e7cb5d401695809ba8c980124ab1d8c66efc8b (diff) |
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.h | 6 |
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 { | |||
100 | int mac_id; | 100 | int mac_id; |
101 | 101 | ||
102 | int mac_enabled; /* whether MAC is currently enabled and running | 102 | int mac_enabled; /* whether MAC is currently enabled and running |
103 | (req. for mdio) */ | 103 | * (req. for mdio) |
104 | */ | ||
104 | 105 | ||
105 | int old_link; /* used by au1000_adjust_link */ | 106 | int old_link; /* used by au1000_adjust_link */ |
106 | int old_speed; | 107 | int old_speed; |
@@ -119,7 +120,8 @@ struct au1000_private { | |||
119 | int phy_irq; | 120 | int phy_irq; |
120 | 121 | ||
121 | /* These variables are just for quick access | 122 | /* These variables are just for quick access |
122 | * to certain regs addresses. */ | 123 | * to certain regs addresses. |
124 | */ | ||
123 | struct mac_reg *mac; /* mac registers */ | 125 | struct mac_reg *mac; /* mac registers */ |
124 | u32 *enable; /* address of MAC Enable Register */ | 126 | u32 *enable; /* address of MAC Enable Register */ |
125 | 127 | ||