From: Emilio López <[email protected]> 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 <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

