On Fri, 2010-07-16 at 12:08 +0100, Mel Gorman wrote: > > > +DEFINE_EVENT(mm_vmscan_direct_reclaim_end_template, mm_vmscan_direct_reclaim_end, > > + > > + TP_PROTO(unsigned long nr_reclaimed), > > + > > + TP_ARGS(nr_reclaimed) > > +); > > + > > Over 80 columns here too. > > I know I broke it multiple times in my last series because I thought it > wasn't enforced any more but I got called on it. Note, The TRACE_EVENT() macros have a bit more leniency to the 80 column rule. -- Steve -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>