[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7bb89ef8-78bf-1264-6921-1d9f15ec2b12@gmail.com>
Date: Tue, 8 Dec 2020 19:46:43 -0700
From: David Ahern <dsahern@...il.com>
To: Moshe Shemesh <moshe@...lanox.com>,
Stephen Hemminger <stephen@...workplumber.org>,
Jakub Kicinski <kuba@...nel.org>, Jiri Pirko <jiri@...dia.com>,
netdev@...r.kernel.org
Subject: Re: [PATCH iproute2-net v2 1/3] devlink: Add devlink reload action
and limit options
On 12/6/20 10:35 PM, Moshe Shemesh wrote:
> + print_string(PRINT_ANY, NULL, "%s", reload_action_name(action));
That line should be:
print_string(PRINT_ANY, NULL, "%s",
reload_action_name(action));
to fit preferred column widths. By print strings in my previous comment,
I meant don't wrap quoted text.
Fixed and applied.
Powered by blists - more mailing lists