[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200811165304.GF634816@unreal>
Date: Tue, 11 Aug 2020 19:53:04 +0300
From: Leon Romanovsky <leon@...nel.org>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: David Ahern <dsahern@...il.com>,
Doug Ledford <dledford@...hat.com>,
Jason Gunthorpe <jgg@...dia.com>,
linux-netdev <netdev@...r.kernel.org>,
RDMA mailing list <linux-rdma@...r.kernel.org>
Subject: Re: [PATCH iproute2-rc] rdma: Fix owner name for the kernel resources
On Tue, Aug 11, 2020 at 08:54:17AM -0700, Stephen Hemminger wrote:
> On Tue, 11 Aug 2020 09:33:04 +0300
> Leon Romanovsky <leon@...nel.org> wrote:
>
> > + print_color_string(PRINT_ANY, COLOR_NONE, "comm", "comm %s ", tmp);
>
> If you don't want color then just print_string will do the same thing.
>
> print_string(PRINT_ANY, "comm", "comm %s ", tmp);
We put print_color_string() in all places as a preparation to for the
future and didn't color it on purpose at this point of time.
I prefer to keep it in this way and color it later.
Thanks
>
>
>
Powered by blists - more mailing lists