Re: [PATCH] Sky Cpu: use C99 style for struct init

From: Vincent Hanquez
Date: Fri Jul 06 2007 - 05:38:28 EST


On Thu, Jul 05, 2007 at 09:59:10PM +0400, Cyrill Gorcunov wrote:
> + .fasync = NULL,
> + .poll = NULL,
> + .ioctl = NULL,

you can remove those since C99 automaticly initialize missing fields to 0.

Cheers,
--
Vincent Hanquez
-
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/