From: Alex Dowad Date: Fri, 13 Mar 2015 18:14:45 +0000 (+0200) Subject: parisc: copy_thread(): rename 'arg' argument to 'kthread_arg' X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fec97d0e3d93717f1d6a958a03e579078088861;p=pandora-kernel.git parisc: 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: Helge Deller --- Reading git-diff-tree failed