]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'
authorAlex Dowad <alexinbeijing@gmail.com>
Fri, 13 Mar 2015 18:14:45 +0000 (20:14 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 24 Apr 2015 11:45:55 +0000 (13:45 +0200)
commit5fec97d0e3d93717f1d6a958a03e579078088861
tree7d47cc0f0db5f5bdff0d7a9f6f06f000cb588b70
parenta4e4f67f41d9bfcc2a00849a75712f09a7d43798
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 <alexinbeijing@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/process.c