[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZG8MMOrqY27xr7wV@DEN-LT-70577>
Date: Thu, 25 May 2023 07:20:16 +0000
From: Daniel Machon <daniel.machon@...rochip.com>
To: Stephen Hemminger <stephen@...workplumber.org>
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.
Thanks Stephen,
Will make sure to change that in v2.
/Daniel
Powered by blists - more mailing lists