diff options
author | Colin Ian King <[email protected]> | 2021-04-20 13:27:30 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-04-20 17:05:19 -0700 |
commit | 55cdc26a91ac270887583945aef2bd460a2805f7 (patch) | |
tree | 6841a1072af6a96049685523437216b7370bb85d /tools/perf/scripts/python/net_dropmonitor.py | |
parent | af39c8f72301b268ad8b04bae646b6025918b82b (diff) |
net: mana: remove redundant initialization of variable err
The variable err is being initialized with a value that is
never read and it is being updated later with a new value. The
initialization is redundant and can be removed
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions