[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170817170931.24089-1-phil@nwl.cc>
Date: Thu, 17 Aug 2017 19:09:24 +0200
From: Phil Sutter <phil@....cc>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org
Subject: [iproute PATCH v2 0/7] Covscan: Dead code elimination
This series collects patches from v1 which deal with dead code, either
by removing it or changing context so it is accessed again if that makes
sense.
No changes to the actual patches, just splitting into smaller series.
Phil Sutter (7):
devlink: No need for this self-assignment
ipntable: No need to check and assign to parms_rta
iproute: Fix for missing 'Oifs:' display
lib/rt_names: Drop dead code in rtnl_rttable_n2a()
ss: Skip useless check in parse_hostcond()
ss: Drop useless assignment
tc/m_gact: Drop dead code
devlink/devlink.c | 2 +-
ip/ipntable.c | 2 --
ip/iproute.c | 8 +++++---
lib/rt_names.c | 4 ----
misc/ss.c | 3 +--
tc/m_gact.c | 14 +++-----------
6 files changed, 10 insertions(+), 23 deletions(-)
--
2.13.1
Powered by blists - more mailing lists