Re: [PATCH] Fix sparse parse error in lppaca.h

From: David Gibson
Date: Tue Jan 17 2006 - 21:54:49 EST


On Tue, Jan 17, 2006 at 04:34:25PM -0800, Bryan O'Sullivan wrote:
> sparse can't parse a struct definition in include/asm-powerpc/lppaca.h,
> even though gcc can accept it. The form looks like this:
>
> struct __attribute__((whatever)) foo { };
>
> An equivalent that both gcc and sparse can handle is
>
> struct foo { } __attribute__((whatever));
>
> This is the only definition of this type in the tree, and fixing it is
> easier than fixing sparse.
>
> Signed-off-by: Bryan O'Sullivan <bos@xxxxxxxxxxxxxx>

Oops.

Acked-by: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>

--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/