diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2021-04-04 08:33:44 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-05 11:53:44 -0700 |
commit | 0282bc6ae86d84b035afac792b5d5ff67707cdd2 (patch) | |
tree | 6dd4dc4f3be0d0dfc91b3b16c2136ecd5dd4e97b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 514e1150da9cd8d7978d990a353636cf1a7a87c2 (diff) |
net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'
There is no need to use 'list_for_each_entry_safe' here, as nothing is
removed from the list in the 'for' loop.
Use 'list_for_each_entry' instead, it is slightly less verbose.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions