From: Joe Perches Date: Thu, 23 Jun 2011 18:40:19 +0000 (-0700) Subject: staging: transciever/transceiver spelling fixes X-Git-Tag: v3.1-rc1~232^2~247 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5a76f335105f4dd92082299c6f9fbdc6eb4f4b9;p=thirdparty%2Flinux.git staging: transciever/transceiver spelling fixes Just tyops. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/et131x/et1310_phy.c b/drivers/staging/et131x/et1310_phy.c index 1df0d05e6ebef..2be262953beb0 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 * diff --git a/drivers/staging/et131x/et131x_adapter.h b/drivers/staging/et131x/et131x_adapter.h index c6657f4208bdb..efa90a0eadc45 100644 --- a/drivers/staging/et131x/et131x_adapter.h +++ b/drivers/staging/et131x/et131x_adapter.h @@ -118,7 +118,7 @@ struct ce_stats { u32 norcvbuf; /* # Rx packets discarded */ u32 noxmtbuf; /* # Tx packets discarded */ - /* Transciever state informations. */ + /* Transceiver state informations. */ u8 xcvr_addr; u32 xcvr_id;