Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metag: 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. Signed-off-by: Alex Dowad <[email protected]> Signed-off-by: James Hogan <[email protected]>
- Loading branch information