Re: [PATCH 1/3] mm: prefer 'unsigned int' to bare use of 'unsigned'

From: Roman Gushchin
Date: Mon Nov 18 2024 - 11:54:53 EST


On Fri, Nov 15, 2024 at 03:57:42PM -0800, Keren Sun wrote:
> 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().
>
> Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>
> Signed-off-by: Keren Sun <kerensun@xxxxxxxxxx>

A small nit: Acked-by tags should follow your signature.

Reviewed-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>

Thanks!