Commit 2c0b4b2
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 65dde75 commit 2c0b4b2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4280 | 4280 | | |
4281 | 4281 | | |
4282 | 4282 | | |
4283 | | - | |
4284 | | - | |
4285 | | - | |
| 4283 | + | |
| 4284 | + | |
| 4285 | + | |
4286 | 4286 | | |
4287 | 4287 | | |
4288 | 4288 | | |
| |||
0 commit comments