]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: replace left side comparison
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 24 Jan 2019 20:30:14 +0000 (09:30 +1300)
committerDavid Ahern <dsahern@gmail.com>
Mon, 28 Jan 2019 16:51:03 +0000 (08:51 -0800)
commit6f1940da8ec18288560579c8114efb32fc2425f0
tree29aa552663745326c31b28671403b254f062e4b5
parentb45664e0647936fd6b943aba073fb1bcfea9105d
tc: replace left side comparison

The kernel (and iproute2) don't use the if (NULL == x) style
and instead prefer if (!x)

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David Ahern <dsahern@gmail.com>
tc/m_action.c
tc/m_ipt.c
tc/m_xt_old.c
tc/tc_util.c