mips: copy_thread(): rename 'arg' argument to 'kthread_arg'
authorAlex Dowad <alexinbeijing@gmail.com>
Fri, 13 Mar 2015 18:14:41 +0000 (20:14 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 24 Mar 2015 14:15:34 +0000 (15:15 +0100)
commite2c5aaa5fd3b4038061adf878254cceb30e41ddd
treed5bce49083e82bd04065f85d69532f28e97cc9f3
parent9a6a2b96dfd8b01336f8519a5be7fb353cfa62fb
mips: copy_thread(): rename 'arg' argument to 'kthread_arg'

The 'arg' argument to copy_thread() is only ever used when forking a new
kernel thread. Hence, rename it to 'kthread_arg' for clarity (and consistency
with do_fork() and other arch-specific implementations of copy_thread()).

Signed-off-by: Alex Dowad <alexinbeijing@gmail.com>
Cc: linux-kernel@vger.kernel.org
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Alex Smith <alex@alex-smith.me.uk>
Cc: Markos Chandras <markos.chandras@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Eunbong Song <eunb.song@samsung.com>
Cc: linux-mips@linux-mips.org (open list:MIPS)
Patchwork: https://patchwork.linux-mips.org/patch/9546/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/process.c