Re: [PATCH 1/4] net: ethernet: sun: initialize variables directly

From: David Miller
Date: Fri May 17 2013 - 16:23:18 EST


From: Emilio López <emilio@xxxxxxxxxxxxx>
Date: Fri, 17 May 2013 12:07:45 -0300

> Clean up the code a bit to initialize the variables directly when
> defining them.
>
> Signed-off-by: Emilio López <emilio@xxxxxxxxxxxxx>

Poorly styled, should be:

u16 hash_table[4] = { 0 };
--
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/