Commit 755adcd
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 <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>1 parent ce53694 commit 755adcd
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4257 | 4257 | | |
4258 | 4258 | | |
4259 | 4259 | | |
4260 | | - | |
4261 | | - | |
4262 | | - | |
| 4260 | + | |
| 4261 | + | |
| 4262 | + | |
4263 | 4263 | | |
4264 | 4264 | | |
4265 | 4265 | | |
| |||
0 commit comments