diff options
author | Rick Wertenbroek <rick.wertenbroek@gmail.com> | 2023-05-10 12:07:57 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-10 02:25:18 +0300 |
commit | 501350459b1fe7a0da6d089484fa112ff48f5252 (patch) | |
tree | 7cd5784fdfd0492e107fe0f66ac8f7f2038f8986 /mm/migrate.c | |
parent | c963901197188189e85b4d768a059fe1bbc2a502 (diff) | |
download | linux-501350459b1fe7a0da6d089484fa112ff48f5252.tar.xz |
mm: memory_hotplug: fix format string in warnings
The format string in __add_pages and __remove_pages has a typo and prints
e.g., "Misaligned __add_pages start: 0xfc605 end: #fc609" instead of
"Misaligned __add_pages start: 0xfc605 end: 0xfc609" Fix "#%lx" => "%#lx"
Link: https://lkml.kernel.org/r/20230510090758.3537242-1-rick.wertenbroek@gmail.com
Signed-off-by: Rick Wertenbroek <rick.wertenbroek@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Oscar Salvador <osalvador@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/migrate.c')
0 files changed, 0 insertions, 0 deletions