diff options
author | Andre Guedes <[email protected]> | 2020-04-24 13:16:13 -0700 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2020-05-22 18:21:51 -0700 |
commit | d3ba9e6f6157e6fa047d853936dabb981e315080 (patch) | |
tree | d7827820e62fccbb9be623da3b1297a3bdcb95de /tools/perf/scripts/python/check-perf-trace.py | |
parent | 16fdc16c6bff6764fc8c9a5f10640dfdb7ce201a (diff) |
igc: Fix 'sw_idx' type in struct igc_nfc_rule
The 'sw_idx' field from 'struct igc_nfc_rule' is u16 type but it is
assigned an u32 value in igc_ethtool_init_nfc_rule(). This patch changes
'sw_idx' type to u32 so they match. Also, it makes more sense to call
this field 'location' since it holds the NFC rule location.
Signed-off-by: Andre Guedes <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions