[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f781ae07-3aa1-a830-8cb6-fb84b2e36f77@gmail.com>
Date: Mon, 28 Jan 2019 09:51:42 -0700
From: David Ahern <dsahern@...il.com>
To: Stephen Hemminger <stephen@...workplumber.org>,
netdev@...r.kernel.org
Subject: Re: [PATCH iproute2-next 2/2] tc: replace left side comparison
On 1/24/19 1:30 PM, Stephen Hemminger wrote:
> The kernel (and iproute2) don't use the if (NULL == x) style
> and instead prefer if (!x)
>
> Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
> ---
> tc/m_action.c | 2 +-
> tc/m_ipt.c | 3 +--
> tc/m_xt_old.c | 3 +--
> tc/tc_util.c | 2 +-
> 4 files changed, 4 insertions(+), 6 deletions(-)
>
applied to iproute2-next. Thanks
Powered by blists - more mailing lists