[PATCH] arch/arm/mach-pxa/stargate2.c: use ARRAY_AND_SIZE consistently

Julia Lawall julia.lawall at lip6.fr
Sat Aug 10 11:38:18 EDT 2013



On Sat, 10 Aug 2013, Joe Perches wrote:

> On Sat, 2013-08-10 at 17:25 +0200, Julia Lawall wrote:
> > From: Julia Lawall <Julia.Lawall at lip6.fr>
> > 
> > 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.

I can do that, if it is wanted, but there are over 200 uses, and I think 
it is a little bit positive in that it ensures that the array is passed 
along with its own size.

julia



More information about the linux-arm-kernel mailing list