Commit 8986352a authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller

sfc: Comment corrections

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 332c1ce9
...@@ -27,10 +27,7 @@ ...@@ -27,10 +27,7 @@
#include "phy.h" #include "phy.h"
#include "workarounds.h" #include "workarounds.h"
/* Falcon hardware control. /* Hardware control for SFC4000 (aka Falcon). */
* Falcon is the internal codename for the SFC4000 controller that is
* present in SFE400X evaluation boards
*/
/************************************************************************** /**************************************************************************
* *
......
...@@ -61,7 +61,7 @@ struct falcon_board { ...@@ -61,7 +61,7 @@ struct falcon_board {
/** /**
* struct falcon_nic_data - Falcon NIC state * struct falcon_nic_data - Falcon NIC state
* @pci_dev2: The secondary PCI device if present * @pci_dev2: Secondary function of Falcon A
* @board: Board state and functions * @board: Board state and functions
*/ */
struct falcon_nic_data { struct falcon_nic_data {
......
...@@ -144,7 +144,7 @@ static inline int efx_check_lm87(struct efx_nic *efx, unsigned mask) ...@@ -144,7 +144,7 @@ static inline int efx_check_lm87(struct efx_nic *efx, unsigned mask)
*/ */
/************************************************************************** /**************************************************************************
* Support for I2C IO Expander device on SFE40001 * Support for I2C IO Expander device on SFE4001
*/ */
#define PCA9539 0x74 #define PCA9539 0x74
......
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