Skip to content

Commit

Permalink
mm-compaction-direct-freepage-allocation-for-async-direct-compaction-…
Browse files Browse the repository at this point in the history
…checkpatch-fixes

ERROR: "foo * bar" should be "foo *bar"
torvalds#168: FILE: mm/internal.h:148:
+extern struct page * alloc_pages_zone(struct zone *zone, unsigned int order,

total: 1 errors, 0 warnings, 159 lines checked

./patches/mm-compaction-direct-freepage-allocation-for-async-direct-compaction.patch has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
akpm00 authored and sfrothwell committed Apr 3, 2016
1 parent 34939e8 commit 7238cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static inline struct page *pageblock_pfn_to_page(unsigned long start_pfn,
}

extern int __isolate_free_page(struct page *page, unsigned int order);
extern struct page * alloc_pages_zone(struct zone *zone, unsigned int order,
extern struct page *alloc_pages_zone(struct zone *zone, unsigned int order,
int migratetype);
extern void __free_pages_bootmem(struct page *page, unsigned long pfn,
unsigned int order);
Expand Down

0 comments on commit 7238cc7

Please sign in to comment.