aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2018-12-23 09:56:57 +0100
committerDavid S. Miller <[email protected]>2018-12-24 14:22:14 -0800
commit2534f14a94c1fe48928a4b00a0e241fa7132d00b (patch)
treef4725db1a6abdc9b36d2ebe16cc10ef0c7ecd7f8 /tools/perf/scripts/python/export-to-postgresql.py
parent5d1f7354faad4b6210fac9192d0ca4c16b00ae7e (diff)
net/mlx5e: drop useless LIST_HEAD
Drop LIST_HEAD where the variable it declares is never used. These became useless in 244cd96adb5f ("net_sched: remove list_head from tc_action") The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ identifier x; @@ - LIST_HEAD(x); ... when != x // </smpl> Fixes: 244cd96adb5f ("net_sched: remove list_head from tc_action") Signed-off-by: Julia Lawall <[email protected]> Reviewed-by: Leon Romanovsky <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions