Skip to content

Commit 5ca3c1a

Browse files
akpm00sfrothwell
authored andcommitted
mm-zonelist-enumerate-zonelists-array-index-checkpatch-fixes
WARNING: line over 80 characters torvalds#56: FILE: include/linux/mmzone.h:578: + * The NUMA zonelists are doubled because we need zonelists that restrict total: 0 errors, 1 warnings, 39 lines checked ./patches/mm-zonelist-enumerate-zonelists-array-index.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: Yaowei Bai <baiyaowei@cmss.chinamobile.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 8ff19f2 commit 5ca3c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/mmzone.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ enum {
575575
ZONELIST_FALLBACK, /* zonelist with fallback */
576576
#ifdef CONFIG_NUMA
577577
/*
578-
* The NUMA zonelists are doubled because we need zonelists that restrict
579-
* the allocations to a single node for __GFP_THISNODE.
578+
* The NUMA zonelists are doubled because we need zonelists that
579+
* restrict the allocations to a single node for __GFP_THISNODE.
580580
*/
581581
ZONELIST_NOFALLBACK, /* zonelist without fallback (__GFP_THISNODE) */
582582
#endif

0 commit comments

Comments
 (0)