From 056febf76e99cd801cca08b19c14f77b1827f909 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Thu, 23 Jun 2011 11:40:19 -0700 Subject: [PATCH] --- yaml --- r: 259836 b: refs/heads/master c: d5a76f335105f4dd92082299c6f9fbdc6eb4f4b9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/et131x/et1310_phy.c | 2 +- trunk/drivers/staging/et131x/et131x_adapter.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a6ee2cf9cbea..92ea305eb07c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b95d2117e1cdb7b6a4f5b90a64586c769683083f +refs/heads/master: d5a76f335105f4dd92082299c6f9fbdc6eb4f4b9 diff --git a/trunk/drivers/staging/et131x/et1310_phy.c b/trunk/drivers/staging/et131x/et1310_phy.c index 1df0d05e6ebe..2be262953beb 100644 --- a/trunk/drivers/staging/et131x/et1310_phy.c +++ b/trunk/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/trunk/drivers/staging/et131x/et131x_adapter.h b/trunk/drivers/staging/et131x/et131x_adapter.h index c6657f4208bd..efa90a0eadc4 100644 --- a/trunk/drivers/staging/et131x/et131x_adapter.h +++ b/trunk/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;