]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iproute: don't do assignment in condition
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 8 Feb 2018 00:25:05 +0000 (16:25 -0800)
committerDavid Ahern <dsahern@gmail.com>
Thu, 8 Feb 2018 00:28:19 +0000 (16:28 -0800)
commitcc5608250a5ca154cbb4112ad48a589efb8a50a5
tree556bb4f17caffc24b2cb27cb0719e3dec58ffc64
parent80d1c528b930380a6c51cfd2d12e602e110e1c79
iproute: don't do assignment in condition

Fix checkpatch complaints about assignment in conditions.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David Ahern <dsahern@gmail.com>
ip/iproute.c