Re: [patch 04/12] drivers/net/myri_code.h cleanup

From: Andrew Morton
Date: Sun Mar 06 2005 - 19:36:48 EST


domen@xxxxxxxxxxxx wrote:
>
> Cleanup initialization to 0.
>
> Basically it does:
> -static unsigned char lanai4_data[20472] __initdata = {
> -0x00,0x00,
> - a bunch of zeroes
> -0x00,0x00, 0x00,0x00, 0x00,0x00, } ;
> +static unsigned char lanai4_data[20472] __initdata = { };

Fair enough. If someone regenerates that header then we'll be back to the
same silliness. I guess we just need to keep an eye out for that.
-
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/