summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/et1310_phy.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-23 11:40:19 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 10:19:40 -0700
commitd5a76f335105f4dd92082299c6f9fbdc6eb4f4b9 (patch)
tree021c08c1411ef718ba59442b73cfbaa2de469359 /drivers/staging/et131x/et1310_phy.c
parentb95d2117e1cdb7b6a4f5b90a64586c769683083f (diff)
downloadlinux-3.10-d5a76f335105f4dd92082299c6f9fbdc6eb4f4b9.tar.gz
linux-3.10-d5a76f335105f4dd92082299c6f9fbdc6eb4f4b9.tar.bz2
linux-3.10-d5a76f335105f4dd92082299c6f9fbdc6eb4f4b9.zip
staging: transciever/transceiver spelling fixes
Just tyops. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_phy.c')
-rw-r--r--drivers/staging/et131x/et1310_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/et131x/et1310_phy.c b/drivers/staging/et131x/et1310_phy.c
index 1df0d05e6eb..2be262953be 100644
--- a/drivers/staging/et131x/et1310_phy.c
+++ b/drivers/staging/et131x/et1310_phy.c
@@ -99,7 +99,7 @@ static void et131x_xcvr_init(struct et131x_adapter *etdev);
/**
* PhyMiRead - Read from the PHY through the MII Interface on the MAC
* @etdev: pointer to our private adapter structure
- * @xcvrAddr: the address of the transciever
+ * @xcvrAddr: the address of the transceiver
* @xcvrReg: the register to read
* @value: pointer to a 16-bit value in which the value will be stored
*