Skip to content

Commit

Permalink
ppc: fix comment typo singal -> signal
Browse files Browse the repository at this point in the history
The patches below fixes a typo "singal" to "signal".

Signed-off-by: Justin P. Mattock <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Jan 3, 2011
1 parent 48e34d0 commit 8dd11f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/85xx/mpc85xx_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static void __init mpc85xx_mds_qe_init(void)
/* P1021 has pins muxed for QE and other functions. To
* enable QE UEC mode, we need to set bit QE0 for UCC1
* in Eth mode, QE0 and QE3 for UCC5 in Eth mode, QE9
* and QE12 for QE MII management singals in PMUXCR
* and QE12 for QE MII management signals in PMUXCR
* register.
*/
setbits32(pmuxcr, MPC85xx_PMUXCR_QE0 |
Expand Down

0 comments on commit 8dd11f8

Please sign in to comment.