]> git.ipfire.org Git - thirdparty/iproute2.git/commit
dcb: app: replace occurrences of %d with %u for printing unsigned int
authorDaniel Machon <daniel.machon@microchip.com>
Tue, 6 Jun 2023 07:19:37 +0000 (09:19 +0200)
committerDavid Ahern <dsahern@kernel.org>
Fri, 9 Jun 2023 21:43:37 +0000 (15:43 -0600)
commit503e150007a1ff1376553a88e6a8b12cbe9ebcd8
tree1d738c6aaf43c5b59578d25e8be89f5a2137330d
parent1b276ffad53d3ee087562b5e55aa58c2e3355361
dcb: app: replace occurrences of %d with %u for printing unsigned int

In preparation for changing the prototype of dcb_app_print_filtered(),
replace occurrences of %d for printing unsigned integer, with %u as it
ought to be.

Signed-off-by: Daniel Machon <daniel.machon@microchip.com>
Reviewed-by: Petr Machata <me@pmachata.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
dcb/dcb_app.c