From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Sat, 10 Aug 2013 08:32:18 -0700 Subject: [PATCH] arch/arm/mach-pxa/stargate2.c: use ARRAY_AND_SIZE consistently In-Reply-To: <1376148353-9699-1-git-send-email-Julia.Lawall@lip6.fr> References: <1376148353-9699-1-git-send-email-Julia.Lawall@lip6.fr> Message-ID: <1376148738.2083.17.camel@joe-AO722> To: linux-arm-kernel@lists.infradead.org List-Id: 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.