From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Sat, 10 Aug 2013 15:32:18 +0000 Subject: Re: [PATCH] arch/arm/mach-pxa/stargate2.c: use ARRAY_AND_SIZE consistently Message-Id: <1376148738.2083.17.camel@joe-AO722> List-Id: References: <1376148353-9699-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1376148353-9699-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org 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.