From: Andrew Morton WARNING: line over 80 characters #66: FILE: include/linux/mm.h:843: +int get_user_pages_fast(unsigned long start, int nr_pages, int write, struct page **pages); total: 0 errors, 1 warnings, 45 lines checked ./patches/mm-introduce-get_user_pages_fast.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Andi Kleen Cc: Andy Whitcroft Cc: Badari Pulavarty Cc: Dave Kleikamp Cc: Ingo Molnar Cc: Jens Axboe Cc: Nick Piggin Cc: Thomas Gleixner Cc: Zach Brown Signed-off-by: Andrew Morton --- include/linux/mm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN include/linux/mm.h~mm-introduce-get_user_pages_fast-checkpatch-fixes include/linux/mm.h --- a/include/linux/mm.h~mm-introduce-get_user_pages_fast-checkpatch-fixes +++ a/include/linux/mm.h @@ -840,7 +840,8 @@ extern int mprotect_fixup(struct vm_area * already faulted in and present in ptes. However if the pages have to be * faulted in, it may turn out to be slightly slower). */ -int get_user_pages_fast(unsigned long start, int nr_pages, int write, struct page **pages); +int get_user_pages_fast(unsigned long start, int nr_pages, int write, + struct page **pages); #else /* _