From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id CC2E81A02CB for ; Thu, 19 Mar 2015 17:45:19 +1100 (AEDT) In-Reply-To: <1426270496-26362-13-git-send-email-alexinbeijing@gmail.com> To: Alex Dowad , linux-kernel@vger.kernel.org From: Michael Ellerman Subject: Re: [23/32] powerpc: copy_thread(): rename 'arg' argument to 'kthread_arg' Message-Id: <20150319064519.6BEA814010F@ozlabs.org> Date: Thu, 19 Mar 2015 17:45:19 +1100 (AEDT) Cc: Michael Neuling , Paul Gortmaker , Vineeth Vijayan , Anton Blanchard , Paul Mackerras , Christoph Lameter , "open list:LINUX FOR POWERPC..." List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2015-13-03 at 18:14:46 UTC, Alex Dowad wrote: > 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()). I don't understand the bit about consistency with do_fork() ? Otherwise it looks fine. cheers