Skip to content

Commit 0a81dee

Browse files
akpm00sfrothwell
authored andcommitted
acpi-numa-mem_hotplug-mark-hotpluggable-memory-in-memblock-checkpatch-fixes
WARNING: line over 80 characters #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 <tangchen@cn.fujitsu.com> Cc: Zhang Yanfei <zhangyanfei@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent b60bb08 commit 0a81dee

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)