diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 14:39:20 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 05:20:14 -0400 |
commit | 7c9d440e90c09c6c7b5c477217e491484d044353 (patch) | |
tree | 08b3127d8e2ff1e6fd96c0cccef2e01fa0e19678 /drivers/net/natsemi.c | |
parent | dbc6221be7a2bf556fefe75ac939143d4e82ecaf (diff) |
treewide: transciever/transceiver spelling fixes
Just tyops.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/natsemi.c')
-rw-r--r-- | drivers/net/natsemi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/natsemi.c b/drivers/net/natsemi.c index b78be088c4ad..ab2862990a5b 100644 --- a/drivers/net/natsemi.c +++ b/drivers/net/natsemi.c | |||
@@ -2919,7 +2919,7 @@ static int netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) | |||
2919 | 2919 | ||
2920 | /* | 2920 | /* |
2921 | * If we're ignoring the PHY then autoneg and the internal | 2921 | * If we're ignoring the PHY then autoneg and the internal |
2922 | * transciever are really not going to work so don't let the | 2922 | * transceiver are really not going to work so don't let the |
2923 | * user select them. | 2923 | * user select them. |
2924 | */ | 2924 | */ |
2925 | if (np->ignore_phy && (ecmd->autoneg == AUTONEG_ENABLE || | 2925 | if (np->ignore_phy && (ecmd->autoneg == AUTONEG_ENABLE || |