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/kernel/process.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/kernel/process.c')
-rw-r--r-- | arch/sh64/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/kernel/process.c b/arch/sh64/kernel/process.c index 525d0ec19b78..1b89c9dfb93d 100644 --- a/arch/sh64/kernel/process.c +++ b/arch/sh64/kernel/process.c | |||
@@ -387,7 +387,7 @@ ATTRIB_NORET void kernel_thread_helper(void *arg, int (*fn)(void *)) | |||
387 | * NOTE! Only a kernel-only process(ie the swapper or direct descendants | 387 | * NOTE! Only a kernel-only process(ie the swapper or direct descendants |
388 | * who haven't done an "execve()") should use this: it will work within | 388 | * who haven't done an "execve()") should use this: it will work within |
389 | * a system call from a "real" process, but the process memory space will | 389 | * a system call from a "real" process, but the process memory space will |
390 | * not be free'd until both the parent and the child have exited. | 390 | * not be freed until both the parent and the child have exited. |
391 | */ | 391 | */ |
392 | int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) | 392 | int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
393 | { | 393 | { |