git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42391c
)
arc: copy_thread(): rename 'arg' argument to 'kthread_arg'
author
Alex Dowad
<alexinbeijing@gmail.com>
Fri, 13 Mar 2015 18:04:18 +0000
(20:04 +0200)
committer
Vineet 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