Re: [PATCH] mm/oom_kill: Remove unnecessary integer promotion in format string
From: David Rientjes
Date: Sun Dec 28 2025 - 22:52:43 EST
On Sun, 28 Dec 2025, Dipendra Khadka wrote:
> The 'h' length modifier in '%hd' is unnecessary as short integers are
> promoted to int in variadic functions. Use '%d' instead.
>
> Signed-off-by: Dipendra Khadka <kdipendra88@xxxxxxxxx>
I don't have a strong opinion given this will result in the same output.
Acked-by: David Rientjes <rientjes@xxxxxxxxxx>