diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-30 21:57:33 -0400 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-31 10:26:23 -0400 |
commit | 25985edcedea6396277003854657b5f3cb31a628 (patch) | |
tree | f026e810210a2ee7290caeb737c23cb6472b7c38 /drivers/net/phy | |
parent | 6aba74f2791287ec407e0f92487a725a25908067 (diff) |
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/phy_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index 993c52c82aeb..ff6129319b89 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c | |||
@@ -534,7 +534,7 @@ EXPORT_SYMBOL(phy_detach); | |||
534 | /* Generic PHY support and helper functions */ | 534 | /* Generic PHY support and helper functions */ |
535 | 535 | ||
536 | /** | 536 | /** |
537 | * genphy_config_advert - sanitize and advertise auto-negotation parameters | 537 | * genphy_config_advert - sanitize and advertise auto-negotiation parameters |
538 | * @phydev: target phy_device struct | 538 | * @phydev: target phy_device struct |
539 | * | 539 | * |
540 | * Description: Writes MII_ADVERTISE with the appropriate values, | 540 | * Description: Writes MII_ADVERTISE with the appropriate values, |
@@ -683,7 +683,7 @@ int genphy_config_aneg(struct phy_device *phydev) | |||
683 | return result; | 683 | return result; |
684 | 684 | ||
685 | if (result == 0) { | 685 | if (result == 0) { |
686 | /* Advertisment hasn't changed, but maybe aneg was never on to | 686 | /* Advertisement hasn't changed, but maybe aneg was never on to |
687 | * begin with? Or maybe phy was isolated? */ | 687 | * begin with? Or maybe phy was isolated? */ |
688 | int ctl = phy_read(phydev, MII_BMCR); | 688 | int ctl = phy_read(phydev, MII_BMCR); |
689 | 689 | ||