Re: [PATCH] TC: Fix the wrong format specifier
From: Maciej W. Rozycki
Date: Tue Nov 12 2024 - 08:24:59 EST
On Tue, 12 Nov 2024, zhangjiao2 wrote:
> From: zhang jiao <zhangjiao2@xxxxxxxxxxxxxxxxxxxx>
>
> The format specifier of "unsigned int" in pr_info()
> should be "%u", not "%d".
>
> Signed-off-by: zhang jiao <zhangjiao2@xxxxxxxxxxxxxxxxxxxx>
> ---
Acked-by: Maciej W. Rozycki <macro@xxxxxxxxxxx>
Good catch, thank you!
Maciej