diff options
author | Jakub Kicinski <[email protected]> | 2021-10-01 14:32:22 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-02 14:18:25 +0100 |
commit | e35b8d7dbb094c79daf920797c372911edc2d525 (patch) | |
tree | 2a7e6f183244075342c1f4602fc02e4406d7e157 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 1681371762335221b02cb9266ac1a8b05c16fdef (diff) |
net: use eth_hw_addr_set() instead of ether_addr_copy()
Convert from ether_addr_copy() to eth_hw_addr_set():
@@
expression dev, np;
@@
- ether_addr_copy(dev->dev_addr, np)
+ eth_hw_addr_set(dev, np)
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions