From mboxrd@z Thu Jan 1 00:00:00 1970 From: walter harms Date: Sat, 10 Aug 2013 17:49:46 +0000 Subject: Re: [PATCH] arch/arm/mach-pxa/stargate2.c: use ARRAY_AND_SIZE consistently Message-Id: <52067D3A.2090505@bfs.de> List-Id: References: <1376148353-9699-1-git-send-email-Julia.Lawall@lip6.fr> <1376148738.2083.17.camel@joe-AO722> In-Reply-To: <1376148738.2083.17.camel@joe-AO722> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Am 10.08.2013 17:32, schrieb Joe Perches: > On Sat, 2013-08-10 at 17:25 +0200, Julia Lawall wrote: >> From: Julia Lawall >> >> Because ARRAY_AND_SIZE changes the apparent arity of a function, if it is >> used for one call to a given function, it would be better, if possible, to >> use it for all of them. > > I think it'd be better to remove ARRAY_AND_SIZE instead. > +1 :) re, wh