On Feb 4, 2009, at 3:43 PM, Julia Lawall wrote:

From: Julia Lawall <ju...@diku.dk>

Taking sizeof the result of sizeof is quite strange and does not seem to be
what is wanted here.

This was fixed using the following semantic patch.
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@@
expression E;
@@

- sizeof (
 sizeof (E)
- )

@@
type T;
@@

- sizeof (
 sizeof (T)
- )
// </smpl>

Signed-off-by: Julia Lawall <ju...@diku.dk>
---
arch/powerpc/platforms/82xx/pq2ads-pci-pic.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

applied

- k
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to