diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-02-03 09:31:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-03 19:12:47 -0800 |
commit | 754c653a4e62bfa19b4e015c45198863c4211947 (patch) | |
tree | a99304b8799c5b07bea7f4e40ed3885f6f3814bd /drivers/net/sfc/falcon.c | |
parent | 2291b20f4bee6a28087cf4f4b2b382a92063c8b5 (diff) | |
download | kernel_samsung_espresso10-754c653a4e62bfa19b4e015c45198863c4211947.zip kernel_samsung_espresso10-754c653a4e62bfa19b4e015c45198863c4211947.tar.gz kernel_samsung_espresso10-754c653a4e62bfa19b4e015c45198863c4211947.tar.bz2 |
sfc: Fix some incorrect or redundant comments
In particular, the comment about EVQ_RPTR_REG is based on inconsistent
preliminary hardware documentation, though the following code was
fixed long before release.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index f63a32c..1b8d836 100644 --- a/drivers/net/sfc/falcon.c +++ b/drivers/net/sfc/falcon.c @@ -1730,7 +1730,7 @@ static int falcon_set_wol(struct efx_nic *efx, u32 type) /************************************************************************** * - * Revision-dependent attributes used by efx.c + * Revision-dependent attributes used by efx.c and nic.c * ************************************************************************** */ |