From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Date: Tue, 13 Aug 2013 04:52:56 +0000 Subject: Re: [PATCH 1/16 v2] sound/soc/pxa/mioa701_wm9713.c: Avoid using ARRAY_AND_SIZE(e) as a function argu Message-Id: List-Id: References: <1376340564-7975-1-git-send-email-Julia.Lawall@lip6.fr> <20130812214050.GI6427@sirena.org.uk> In-Reply-To: <20130812214050.GI6427@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mark Brown Cc: Julia Lawall , Eric Miao , robert.jarzmik@free.fr, kernel-janitors@vger.kernel.org, Russell King , Haojian Zhuang , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org On Mon, 12 Aug 2013, Mark Brown wrote: > On Mon, Aug 12, 2013 at 10:49:24PM +0200, Julia Lawall wrote: > > From: Julia Lawall > > > > Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the > > arity of the called function. > > What is the difference between this and the patch I applied the other > day? Sorry, it should have also removed the local definition of ARRAY_AND_SIZE? I thought that was in the commit message. julia