On Thu, Aug 30, 2012 at 11:45:11AM -0700, Paul E. McKenney wrote: > From: "Paul E. McKenney" <[email protected]> > > Drop a few characters by switching kernel/rcutorture.c from > "printk(KERN_ALERT" to "pr_alert(". > > Signed-off-by: Paul E. McKenney <[email protected]>
How about setting pr_fmt as well, and dropping the various "rcutorture:" prefixes? You'd still potentially want to add the torture type, though you could do that with pr_fmt as well. In any case: Reviewed-by: Josh Triplett <[email protected]> -- 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/

