Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Commit 8953a1a

Browse files
akpm00sfrothwell
authored andcommitted
acpi-numa-mem_hotplug-mark-hotpluggable-memory-in-memblock-checkpatch-fixes
WARNING: line over 80 characters torvalds#65: FILE: arch/x86/mm/srat.c:187: + (unsigned long long) start, (unsigned long long) end - 1); total: 0 errors, 1 warnings, 19 lines checked ./patches/acpi-numa-mem_hotplug-mark-hotpluggable-memory-in-memblock.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Tang Chen <[email protected]> Cc: Zhang Yanfei <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 6cc2a2f commit 8953a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/mm/srat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ acpi_numa_memory_affinity_init(struct acpi_srat_mem_affinity *ma)
194194
/* Mark hotplug range in memblock. */
195195
if (hotpluggable && memblock_mark_hotplug(start, ma->length))
196196
pr_warn("SRAT: Failed to mark hotplug range [mem %#010Lx-%#010Lx] in memblock\n",
197-
(unsigned long long) start, (unsigned long long) end - 1);
197+
(unsigned long long)start, (unsigned long long)end - 1);
198198

199199
return 0;
200200
out_err_bad_srat:

0 commit comments

Comments
 (0)