On Mon, Dec 06, 2010 at 02:29:09AM +0900, Minchan Kim wrote: > checkpatch reports following problems. > It's a very annoying. This patch fixes it. > > barrios@barrios-desktop:~/linux-2.6$ ./scripts/checkpatch.pl -f mm/swap.c > WARNING: line over 80 characters > + if (PageLRU(page) && !PageActive(page) && !PageUnevictable(page)) { > > WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable > +EXPORT_SYMBOL(mark_page_accessed); > > ERROR: code indent should use tabs where possible > + ^I^I}$ > > WARNING: please, no space before tabs > + ^I^I}$ > > WARNING: please, no spaces at the start of a line > + ^I^I}$ > > WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable > +EXPORT_SYMBOL(__pagevec_release); > > WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable > +EXPORT_SYMBOL(____pagevec_lru_add); > > WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable > +EXPORT_SYMBOL(pagevec_lookup); > > WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable > +EXPORT_SYMBOL(pagevec_lookup_tag); > > total: 1 errors, 8 warnings, 517 lines checked > > Signed-off-by: Minchan Kim <minchan.kim@xxxxxxxxx> Reviewed-by: Johannes Weiner <hannes@xxxxxxxxxxx> -- 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/ . Fight unfair telecom policy in Canada: sign http://dissolvethecrtc.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>