From: Auke Kok <[EMAIL PROTECTED]> Date: Tue, 13 Nov 2007 15:11:28 -0800
> From: Joe Perches <[EMAIL PROTECTED]> > > Add functions for reg_pattern_test and reg_set_and check > Changed macros to use these functions > > Compiled x86, untested > > Size decreased ~2K > > old: > > $ size drivers/net/e1000e/ethtool.o > text data bss dec hex filename > 14461 0 0 14461 387d drivers/net/e1000e/ethtool.o > > new: > > $ size drivers/net/e1000e/ethtool.o > text data bss dec hex filename > 12498 0 0 12498 30d2 drivers/net/e1000e/ethtool.o > > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > Signed-off-by: Auke Kok <[EMAIL PROTECTED]> Applied to netdev-2.6, but I had to fix up the following whitespace issues by hand: Adds trailing whitespace. diff:28:bool reg_pattern_test_array(struct e1000_adapter *adapter, u64 *data, Adds trailing whitespace. diff:33: static const u32 test[] = warning: 2 lines add whitespace errors. Please correct this before submission in the future. Thanks! - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html