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/syslib/mv64x60.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/syslib/mv64x60.c')
-rw-r--r-- | arch/ppc/syslib/mv64x60.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/ppc/syslib/mv64x60.c b/arch/ppc/syslib/mv64x60.c index a6f8b686ea83..8485a68cd475 100644 --- a/arch/ppc/syslib/mv64x60.c +++ b/arch/ppc/syslib/mv64x60.c | |||
@@ -490,7 +490,7 @@ static struct platform_device *mv64x60_pd_devs[] __initdata = { | |||
490 | /* | 490 | /* |
491 | * mv64x60_init() | 491 | * mv64x60_init() |
492 | * | 492 | * |
493 | * Initialze the bridge based on setting passed in via 'si'. The bridge | 493 | * Initialize the bridge based on setting passed in via 'si'. The bridge |
494 | * handle, 'bh', will be set so that it can be used to make subsequent | 494 | * handle, 'bh', will be set so that it can be used to make subsequent |
495 | * calls to routines in this file. | 495 | * calls to routines in this file. |
496 | */ | 496 | */ |
@@ -1704,7 +1704,7 @@ gt64260_disable_all_windows(struct mv64x60_handle *bh, | |||
1704 | /* | 1704 | /* |
1705 | * gt64260a_chip_specific_init() | 1705 | * gt64260a_chip_specific_init() |
1706 | * | 1706 | * |
1707 | * Implement errata work arounds for the GT64260A. | 1707 | * Implement errata workarounds for the GT64260A. |
1708 | */ | 1708 | */ |
1709 | static void __init | 1709 | static void __init |
1710 | gt64260a_chip_specific_init(struct mv64x60_handle *bh, | 1710 | gt64260a_chip_specific_init(struct mv64x60_handle *bh, |
@@ -1776,7 +1776,7 @@ gt64260a_chip_specific_init(struct mv64x60_handle *bh, | |||
1776 | /* | 1776 | /* |
1777 | * gt64260b_chip_specific_init() | 1777 | * gt64260b_chip_specific_init() |
1778 | * | 1778 | * |
1779 | * Implement errata work arounds for the GT64260B. | 1779 | * Implement errata workarounds for the GT64260B. |
1780 | */ | 1780 | */ |
1781 | static void __init | 1781 | static void __init |
1782 | gt64260b_chip_specific_init(struct mv64x60_handle *bh, | 1782 | gt64260b_chip_specific_init(struct mv64x60_handle *bh, |
@@ -2316,7 +2316,7 @@ mv64360_set_mpsc2regs_window(struct mv64x60_handle *bh, u32 base) | |||
2316 | /* | 2316 | /* |
2317 | * mv64360_chip_specific_init() | 2317 | * mv64360_chip_specific_init() |
2318 | * | 2318 | * |
2319 | * Implement errata work arounds for the MV64360. | 2319 | * Implement errata workarounds for the MV64360. |
2320 | */ | 2320 | */ |
2321 | static void __init | 2321 | static void __init |
2322 | mv64360_chip_specific_init(struct mv64x60_handle *bh, | 2322 | mv64360_chip_specific_init(struct mv64x60_handle *bh, |
@@ -2336,7 +2336,7 @@ mv64360_chip_specific_init(struct mv64x60_handle *bh, | |||
2336 | /* | 2336 | /* |
2337 | * mv64460_chip_specific_init() | 2337 | * mv64460_chip_specific_init() |
2338 | * | 2338 | * |
2339 | * Implement errata work arounds for the MV64460. | 2339 | * Implement errata workarounds for the MV64460. |
2340 | */ | 2340 | */ |
2341 | static void __init | 2341 | static void __init |
2342 | mv64460_chip_specific_init(struct mv64x60_handle *bh, | 2342 | mv64460_chip_specific_init(struct mv64x60_handle *bh, |