]>
git.karo-electronics.de Git - karo-tx-linux.git/commit
mm-page_alloc-refactor-out-__alloc_contig_migrate_alloc-checkpatch-fixes
ERROR: code indent should use tabs where possible
#73: FILE: mm/page_isolation.c:253:
+ int **resultp)$
WARNING: please, no spaces at the start of a line
#73: FILE: mm/page_isolation.c:253:
+ int **resultp)$
ERROR: code indent should use tabs where possible
#75: FILE: mm/page_isolation.c:255:
+ gfp_t gfp_mask = GFP_USER | __GFP_MOVABLE;$
WARNING: please, no spaces at the start of a line
#75: FILE: mm/page_isolation.c:255:
+ gfp_t gfp_mask = GFP_USER | __GFP_MOVABLE;$
ERROR: code indent should use tabs where possible
#77: FILE: mm/page_isolation.c:257:
+ if (PageHighMem(page))$
WARNING: please, no spaces at the start of a line
#77: FILE: mm/page_isolation.c:257:
+ if (PageHighMem(page))$
ERROR: code indent should use tabs where possible
#78: FILE: mm/page_isolation.c:258:
+ gfp_mask |= __GFP_HIGHMEM;$
WARNING: please, no spaces at the start of a line
#78: FILE: mm/page_isolation.c:258:
+ gfp_mask |= __GFP_HIGHMEM;$
ERROR: code indent should use tabs where possible
#80: FILE: mm/page_isolation.c:260:
+ return alloc_page(gfp_mask);$
WARNING: please, no spaces at the start of a line
#80: FILE: mm/page_isolation.c:260:
+ return alloc_page(gfp_mask);$
total: 5 errors, 5 warnings, 48 lines checked
NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
scripts/cleanfile
./patches/mm-page_alloc-refactor-out-__alloc_contig_migrate_alloc.patch has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>