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/falcon.c | |
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/falcon.c')
-rw-r--r-- | drivers/net/sfc/falcon.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index f97ef3e0572f..140087f83092 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 | * |