diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-11 15:42:54 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-11 21:32:49 -0400 |
commit | a8de5ce9895367191df9b30804a0c67cfcc9f27a (patch) | |
tree | 8f99af81affca30d868bd9ee7c043639b905c4f8 /arch/ppc/8xx_io/fec.c | |
parent | dab4d7984ee61c8eb25569b12e7a996f5aaef2ba (diff) |
[POWERPC] Spelling fixes: arch/ppc/
Spelling fixes in arch/ppc/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/8xx_io/fec.c')
-rw-r--r-- | arch/ppc/8xx_io/fec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/8xx_io/fec.c b/arch/ppc/8xx_io/fec.c index 57a9a61e54b5..d38335d2d710 100644 --- a/arch/ppc/8xx_io/fec.c +++ b/arch/ppc/8xx_io/fec.c | |||
@@ -1878,7 +1878,7 @@ fec_restart(struct net_device *dev, int duplex) | |||
1878 | bdp--; | 1878 | bdp--; |
1879 | bdp->cbd_sc |= BD_SC_WRAP; | 1879 | bdp->cbd_sc |= BD_SC_WRAP; |
1880 | 1880 | ||
1881 | /* ...and the same for transmmit. | 1881 | /* ...and the same for transmit. |
1882 | */ | 1882 | */ |
1883 | bdp = fep->tx_bd_base; | 1883 | bdp = fep->tx_bd_base; |
1884 | for (i=0; i<TX_RING_SIZE; i++) { | 1884 | for (i=0; i<TX_RING_SIZE; i++) { |