Files
linux/mm
Carlos Llamas f226790096 ANDROID: mm/memory_hotplug: fix minor printk format warnings
Use the correct printk length specifier [%llx] for u64 variables.
This fixes several warnings of the following type:

mm/memory_hotplug.c: In function ‘add_memory_subsection’:
./include/linux/kern_levels.h:5:18: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘u64’ {aka ‘long long unsigned int’} [-Wformat=]
mm/memory_hotplug.c:1144:25: note: format string is defined here
   pr_err("%s: start 0x%lx size 0x%lx not aligned to subsection size\n",
                       ~~^
                       %llx

Bug: 183339614
Fixes: 417ac617ea (ANDROID: mm/memory_hotplug: implement {add/remove}_memory_subsection)
Reported-by: kernelci.org bot <bot@kernelci.org>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Change-Id: Iee89be07cb40513661e336dd0671f65b1161e830
2021-04-14 17:36:16 +00:00
..
2021-03-25 19:20:09 +00:00
2021-03-25 19:20:09 +00:00
2021-03-07 12:33:33 +01:00
2021-03-25 19:20:09 +00:00
2021-02-10 09:53:50 +01:00
2021-02-25 19:36:38 +00:00
2021-04-02 15:25:50 +02:00
2021-01-06 16:16:41 +00:00
2020-06-08 11:05:55 -07:00
2021-01-11 20:27:24 +00:00
2021-04-01 00:09:35 +00:00
2021-04-01 00:09:35 +00:00
2021-03-07 12:53:30 +01:00
2021-01-19 18:49:54 +01:00
2021-03-07 12:33:33 +01:00
2021-03-07 12:53:30 +01:00