Commit 0a5344f
memhp-add-hot-added-memory-ranges-to-memblock-before-allocate-node_data-for-a-node-checkpatch-fixes
WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
torvalds#16:
|--> memblock_add_node(start, size, nid) -------- Here, just too late.
WARNING: line over 80 characters
torvalds#54: FILE: mm/memory_hotplug.c:1252:
+ * Add new range to memblock so that when hotadd_new_pgdat() is called to
WARNING: line over 80 characters
torvalds#56: FILE: mm/memory_hotplug.c:1254:
+ * new range and calculate total pages correctly. The range will be remove
total: 0 errors, 3 warnings, 28 lines checked
./patches/memhp-add-hot-added-memory-ranges-to-memblock-before-allocate-node_data-for-a-node.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: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>1 parent 9afdc42 commit 0a5344f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1249 | 1249 | | |
1250 | 1250 | | |
1251 | 1251 | | |
1252 | | - | |
1253 | | - | |
1254 | | - | |
1255 | | - | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
1256 | 1256 | | |
1257 | 1257 | | |
1258 | 1258 | | |
| |||
0 commit comments