aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorYang Li <[email protected]>2021-04-30 17:27:34 +0800
committerDavid S. Miller <[email protected]>2021-04-30 15:00:59 -0700
commitf0a5818b472c574a985cfeb6518a5ba395f26b3c (patch)
treea524f86128fbf0cdc15fde03717e8c130af8b5ed /tools/perf/scripts/python/sched-migration.py
parent00207c7d12eeb8758f8df161e3d22603fd0099cf (diff)
vsock/vmci: Remove redundant assignment to err
Variable 'err' is set to zero but this value is never read as it is overwritten with a new value later on, hence it is a redundant assignment and can be removed. Clean up the following clang-analyzer warning: net/vmw_vsock/vmci_transport.c:948:2: warning: Value stored to 'err' is never read [clang-analyzer-deadcode.DeadStores] Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions