1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/net/ynl/samples
Luo Yifan a8c300ccd2 ynl: samples: Fix the wrong format specifier
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.

Signed-off-by: Luo Yifan <luoyifan@cmss.chinamobile.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241113011142.290474-1-luoyifan@cmss.chinamobile.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-11-13 18:48:15 -08:00
..
.gitignore tools: ynl: generate code for ovs families 2024-02-02 21:16:38 -08:00
devlink.c tools: ynl: add sample for devlink 2023-06-08 14:01:10 -07:00
ethtool.c tools: ynl: add sample for ethtool 2023-06-12 11:01:03 +01:00
Makefile tools: ynl: extend CFLAGS to keep options from environment 2024-11-13 18:43:46 -08:00
netdev.c tools: ynl: error check scanf() in a sample 2024-08-29 12:43:29 -07:00
ovs.c tools: ynl: generate code for ovs families 2024-02-02 21:16:38 -08:00
page-pool.c ynl: samples: Fix the wrong format specifier 2024-11-13 18:48:15 -08:00