On Sat, Nov 27, 2004 at 10:05:07PM +0000, Maciej W. Rozycki wrote: > > Log message: > > Clean up comments, add in new module parameter handling to get rid of compiler > > warnings and Manish's printk patch for ethernet device names shown in email > > (http://www.linux-mips.org/archives/linux-mips/2004-11/msg00116.html). > > Hmm, shouldn't that be: > > if (sc->rx_hw_checksum == ENABLE) > printk(KERN_INFO "%s: enabling TCP rcv checksum\n", sc->sbm_dev->name); > > Otherwise the report doesn't actually reflect the condition. > > I'll change it thus as obvious. We're already printing way too much stuff and this is a not very useful message so why not removing the whole thing for good ... Ralf