Re: [PATCH] ynl: samples: Fix the wrong format specifier
From: Donald Hunter
Date: Tue Nov 12 2024 - 04:57:11 EST
On Tue, 12 Nov 2024 at 08:39, Luo Yifan <luoyifan@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Make a minor change to eliminate a static checker warning. The type
> of s->ifc is unsigned int, so the correct format specifier should be
> %u instead of %d.
You should include netdev@xxxxxxxxxxxxxxx on the recipient list and
the subject should name the target tree, so it should say [PATCH
net-next] unless it is a fix that you want to go to the net tree in
which case it would be [PATCH net].
That said, the patch looks good to me.
Reviewed-by: Donald Hunter <donald.hunter@xxxxxxxxx>