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 <step...@networkplumber.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