From: Alex Dowad Date: Fri, 13 Mar 2015 18:14:41 +0000 (+0200) Subject: mips: copy_thread(): rename 'arg' argument to 'kthread_arg' X-Git-Tag: omap-for-v4.1/fixes-rc1~111^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c5aaa5fd3b4038061adf878254cceb30e41ddd;p=pandora-kernel.git 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 Cc: linux-kernel@vger.kernel.org Cc: Paul Burton Cc: Alex Smith Cc: Markos Chandras Cc: James Hogan Cc: Eunbong Song Cc: linux-mips@linux-mips.org (open list:MIPS) Patchwork: https://patchwork.linux-mips.org/patch/9546/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed