diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-25 11:09:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-26 18:59:07 -0500 |
commit | 8986352a32485f9dd9069e370ffa6d5b0737a854 (patch) | |
tree | f839f7e50c1839297ff10a7e53edfa194acc96d1 /drivers/net/sfc | |
parent | 332c1ce9e7b0f9285cba0cf3d32bad87a4f8e40a (diff) |
sfc: Comment corrections
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r-- | drivers/net/sfc/falcon.c | 5 | ||||
-rw-r--r-- | drivers/net/sfc/falcon.h | 2 | ||||
-rw-r--r-- | drivers/net/sfc/falcon_boards.c | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index f97ef3e0572..140087f8309 100644 --- a/drivers/net/sfc/falcon.c +++ b/drivers/net/sfc/falcon.c | |||
@@ -27,10 +27,7 @@ | |||
27 | #include "phy.h" | 27 | #include "phy.h" |
28 | #include "workarounds.h" | 28 | #include "workarounds.h" |
29 | 29 | ||
30 | /* Falcon hardware control. | 30 | /* Hardware control for SFC4000 (aka Falcon). */ |
31 | * Falcon is the internal codename for the SFC4000 controller that is | ||
32 | * present in SFE400X evaluation boards | ||
33 | */ | ||
34 | 31 | ||
35 | /************************************************************************** | 32 | /************************************************************************** |
36 | * | 33 | * |
diff --git a/drivers/net/sfc/falcon.h b/drivers/net/sfc/falcon.h index 0da5ea7908b..ea6ac06fa26 100644 --- a/drivers/net/sfc/falcon.h +++ b/drivers/net/sfc/falcon.h | |||
@@ -61,7 +61,7 @@ struct falcon_board { | |||
61 | 61 | ||
62 | /** | 62 | /** |
63 | * struct falcon_nic_data - Falcon NIC state | 63 | * struct falcon_nic_data - Falcon NIC state |
64 | * @pci_dev2: The secondary PCI device if present | 64 | * @pci_dev2: Secondary function of Falcon A |
65 | * @board: Board state and functions | 65 | * @board: Board state and functions |
66 | */ | 66 | */ |
67 | struct falcon_nic_data { | 67 | struct falcon_nic_data { |
diff --git a/drivers/net/sfc/falcon_boards.c b/drivers/net/sfc/falcon_boards.c index 333ccc14e52..f05c9d330a4 100644 --- a/drivers/net/sfc/falcon_boards.c +++ b/drivers/net/sfc/falcon_boards.c | |||
@@ -144,7 +144,7 @@ static inline int efx_check_lm87(struct efx_nic *efx, unsigned mask) | |||
144 | */ | 144 | */ |
145 | 145 | ||
146 | /************************************************************************** | 146 | /************************************************************************** |
147 | * Support for I2C IO Expander device on SFE40001 | 147 | * Support for I2C IO Expander device on SFE4001 |
148 | */ | 148 | */ |
149 | #define PCA9539 0x74 | 149 | #define PCA9539 0x74 |
150 | 150 | ||