arc: copy_thread(): rename 'arg' argument to 'kthread_arg'
authorAlex Dowad <alexinbeijing@gmail.com>
Fri, 13 Mar 2015 18:04:18 +0000 (20:04 +0200)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 31 Mar 2015 05:50:51 +0000 (11:20 +0530)
The 'arg' argument to copy_thread() is only ever used when forking a new
kernel thread. Hence, rename it to 'kthread_arg' for clarity.

Signed-off-by: Alex Dowad <alexinbeijing@gmail.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

No differences found