mm: coalesce split strings
Kernel style prefers a single string over split strings when the string is 'user-visible'. Miscellanea: - Add a missing newline - Realign arguments Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Tejun Heo <tj@kernel.org> [percpu] Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
598d80914e
commit
756a025f00
@@ -1970,8 +1970,7 @@ static int check_memblock_offlined_cb(struct memory_block *mem, void *arg)
|
||||
|
||||
beginpa = PFN_PHYS(section_nr_to_pfn(mem->start_section_nr));
|
||||
endpa = PFN_PHYS(section_nr_to_pfn(mem->end_section_nr + 1))-1;
|
||||
pr_warn("removing memory fails, because memory "
|
||||
"[%pa-%pa] is onlined\n",
|
||||
pr_warn("removing memory fails, because memory [%pa-%pa] is onlined\n",
|
||||
&beginpa, &endpa);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user