From: Alex Dowad Date: Fri, 13 Mar 2015 18:04:17 +0000 (+0200) Subject: alpha: copy_thread(): rename 'arg' argument to 'kthread_arg' X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~50^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7b2d1f02c5dae9c7fd59848681c88dc3741819;p=pandora-kernel.git alpha: 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 Signed-off-by: Matt Turner --- Reading git-diff-tree failed