On Fri 2015-03-13 20:04 +0200, Alex Dowad wrote: > The 'stack_size' argument is never used to pass a stack size. It's only used when > forking a kernel thread, in which case it is an argument which should be passed > to the 'main' function which the kernel thread executes. Hence, rename it to > 'kthread_arg'. > > Signed-off-by: Alex Dowad > --- AFAICT this clean up looks OK and should improve readability. Thanks. -- Aaron Tomlin