diff options
author | 2024-11-15 15:57:42 -0800 | |
---|---|---|
committer | 2025-01-13 22:40:40 -0800 | |
commit | 55c1d6a40148a1c963adc46f502a66964bce2024 (patch) | |
tree | 759b61e386040abee6a132198a94bd87a46ede5e /lib/maple_tree.c | |
parent | selftest/mm: remove seal_elf (diff) | |
download | wireguard-linux-55c1d6a40148a1c963adc46f502a66964bce2024.tar.xz wireguard-linux-55c1d6a40148a1c963adc46f502a66964bce2024.zip |
mm: prefer 'unsigned int' to bare use of 'unsigned'
Patch series "mm: fix format issues and param types"
Change the param 'mode' from type 'unsigned' to 'unsigned int' in
memcg_event_wake() and memcg_oom_wake_function(), and for the param 'nid'
in VM_BUG_ON().
Link: https://lkml.kernel.org/r/20241115235744.1419580-2-kerensun@google.com
Signed-off-by: Keren Sun <kerensun@google.com>
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Reviewed-by: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Muchun Song <muchun.song@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib/maple_tree.c')
0 files changed, 0 insertions, 0 deletions