diff options
author | joe@perches.com <joe@perches.com> | 2007-12-17 14:30:14 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 00:17:47 -0500 |
commit | c90e10962516c36edf5d9ea756cf11c7853084c5 (patch) | |
tree | 424bdc7df62df0cc45aa5dc049f25e905898f950 /arch/ppc | |
parent | 567e9fdd49bcfa7e15ebc0005853ac5529c81856 (diff) |
[POWERPC] arch/ppc/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/syslib/ppc8xx_pic.c | 2 | ||||
-rw-r--r-- | arch/ppc/syslib/ppc_sys.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/syslib/ppc8xx_pic.c b/arch/ppc/syslib/ppc8xx_pic.c index e8619c750732..bce9a75c80e3 100644 --- a/arch/ppc/syslib/ppc8xx_pic.c +++ b/arch/ppc/syslib/ppc8xx_pic.c | |||
@@ -16,7 +16,7 @@ extern int cpm_get_irq(void); | |||
16 | * the only interrupt controller. Some boards, like the MBX and | 16 | * the only interrupt controller. Some boards, like the MBX and |
17 | * Sandpoint have the 8259 as a secondary controller. Depending | 17 | * Sandpoint have the 8259 as a secondary controller. Depending |
18 | * upon the processor type, the internal controller can have as | 18 | * upon the processor type, the internal controller can have as |
19 | * few as 16 interrups or as many as 64. We could use the | 19 | * few as 16 interrupts or as many as 64. We could use the |
20 | * "clear_bit()" and "set_bit()" functions like other platforms, | 20 | * "clear_bit()" and "set_bit()" functions like other platforms, |
21 | * but they are overkill for us. | 21 | * but they are overkill for us. |
22 | */ | 22 | */ |
diff --git a/arch/ppc/syslib/ppc_sys.c b/arch/ppc/syslib/ppc_sys.c index 2d48018b71d9..837183c24dfc 100644 --- a/arch/ppc/syslib/ppc_sys.c +++ b/arch/ppc/syslib/ppc_sys.c | |||
@@ -185,7 +185,7 @@ void platform_notify_map(const struct platform_notify_dev_map *map, | |||
185 | */ | 185 | */ |
186 | 186 | ||
187 | /* | 187 | /* |
188 | Here we'll replace .name pointers with fixed-lenght strings | 188 | Here we'll replace .name pointers with fixed-length strings |
189 | Hereby, this should be called *before* any func stuff triggeded. | 189 | Hereby, this should be called *before* any func stuff triggeded. |
190 | */ | 190 | */ |
191 | void ppc_sys_device_initfunc(void) | 191 | void ppc_sys_device_initfunc(void) |