Re: [PATCH 11/16] arch/arm/mach-pxa/palmtreo.c: Avoid usingARRAY_AND_SIZE(e) as a function argument

From: Tomas Cech
Date: Mon Aug 12 2013 - 20:34:16 EST


On Sun, Aug 11, 2013 at 06:51:52PM +0200, Julia Lawall wrote:
From: Julia Lawall <Julia.Lawall@xxxxxxx>

Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the
arity of the called function.

The semantic match that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression e,f;
@@

f(...,
- ARRAY_AND_SIZE(e)
+ e,ARRAY_SIZE(e)
,...)
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxx>

I used to be happy with this macro as it improves readability.

but ack.


Tomas Cech

Attachment: signature.asc
Description: Digital signature