aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRick Wertenbroek <[email protected]>2023-05-10 11:07:57 +0200
committerAndrew Morton <[email protected]>2023-06-09 16:25:18 -0700
commit501350459b1fe7a0da6d089484fa112ff48f5252 (patch)
tree7cd5784fdfd0492e107fe0f66ac8f7f2038f8986 /tools/perf/scripts/python
parentc963901197188189e85b4d768a059fe1bbc2a502 (diff)
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/[email protected] Signed-off-by: Rick Wertenbroek <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Reviewed-by: Mike Rapoport (IBM) <[email protected]> Cc: Oscar Salvador <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions