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

2013-05-17 Thread David Miller
From: Emilio López 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 Poorly styled, should be: u16 hash_table[4] = { 0 }; -- To unsubscribe from this list: send the line "unsubscri

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

2013-05-17 Thread Emilio López
Clean up the code a bit to initialize the variables directly when defining them. Signed-off-by: Emilio López --- Please note that this patch is untested. drivers/net/ethernet/sun/sunbmac.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/net/ethernet/sun/sunbmac.