diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-13 19:25:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-13 19:25:48 -0400 |
commit | 0a354775af0d3e84158ff87115bdb022b2a517ee (patch) | |
tree | f2b8635f54072076b369a597ca4c04938a234322 /arch/sh64/mach-cayman/setup.c | |
parent | 47e77eeecf0b7892bba8a697c228ab846fea7a0f (diff) |
spelling fixes: arch/sh64/
Spelling fixes in arch/sh64/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/mach-cayman/setup.c')
-rw-r--r-- | arch/sh64/mach-cayman/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/mach-cayman/setup.c b/arch/sh64/mach-cayman/setup.c index 3ed87cd059d0..c3611cc2735f 100644 --- a/arch/sh64/mach-cayman/setup.c +++ b/arch/sh64/mach-cayman/setup.c | |||
@@ -213,7 +213,7 @@ static int __init smsc_superio_setup(void) | |||
213 | SMSC_SUPERIO_WRITE_INDEXED(0x00, 0xc7); /* GP47 = nIOWOP */ | 213 | SMSC_SUPERIO_WRITE_INDEXED(0x00, 0xc7); /* GP47 = nIOWOP */ |
214 | #endif | 214 | #endif |
215 | 215 | ||
216 | /* Exit the configuraton state */ | 216 | /* Exit the configuration state */ |
217 | outb(SMSC_EXIT_CONFIG_KEY, SMSC_CONFIG_PORT_ADDR); | 217 | outb(SMSC_EXIT_CONFIG_KEY, SMSC_CONFIG_PORT_ADDR); |
218 | 218 | ||
219 | return 0; | 219 | return 0; |