[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230522143341.71a53a58@hermes.local>
Date: Mon, 22 May 2023 14:33:41 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Daniel Machon <daniel.machon@...rochip.com>
Cc: <netdev@...r.kernel.org>, <dsahern@...nel.org>, <petrm@...dia.com>,
<UNGLinuxDriver@...rochip.com>
Subject: Re: [PATCH iproute2-next 3/9] dcb: app: modify dcb-app print
functions for dcb-rewr reuse
On Mon, 22 May 2023 20:41:06 +0200
Daniel Machon <daniel.machon@...rochip.com> wrote:
> +int dcb_app_print_pid_dec(__u16 protocol)
> {
> - return print_uint(PRINT_ANY, NULL, "%d:", protocol);
> + return print_uint(PRINT_ANY, NULL, "%d", protocol);
> }
Should be %u for unsigned value.
Powered by blists - more mailing lists