Skip to content

Commit 5782b01

Browse files
akpm00hnaz
authored andcommitted
lib-show_memc-teach-show_mem-to-work-with-the-given-nodemask-checkpatch-fixes
WARNING: line over 80 characters torvalds#214: FILE: mm/page_alloc.c:4332: +static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask) WARNING: line over 80 characters torvalds#230: FILE: mm/page_alloc.c:4338: + * no node mask - aka implicit memory numa policy. Do not bother with the WARNING: line over 80 characters torvalds#231: FILE: mm/page_alloc.c:4339: + * synchronization - read_mems_allowed_begin - because we do not have to be total: 0 errors, 3 warnings, 198 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/lib-show_memc-teach-show_mem-to-work-with-the-given-nodemask.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: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 5462009 commit 5782b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mm/page_alloc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4280,9 +4280,9 @@ static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask
42804280
return false;
42814281

42824282
/*
4283-
* no node mask - aka implicit memory numa policy. Do not bother with the
4284-
* synchronization - read_mems_allowed_begin - because we do not have to be
4285-
* precise here.
4283+
* no node mask - aka implicit memory numa policy. Do not bother with
4284+
* the synchronization - read_mems_allowed_begin - because we do not
4285+
* have to be precise here.
42864286
*/
42874287
if (!nodemask)
42884288
nodemask = &cpuset_current_mems_allowed;

0 commit comments

Comments
 (0)