aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stat-cpi.py
diff options
context:
space:
mode:
authorHarshitha Ramamurthy <[email protected]>2018-08-20 08:12:32 -0700
committerJeff Kirsher <[email protected]>2018-08-30 13:53:04 -0700
commita4e0109a19c554e44c832958e426303781e1ad30 (patch)
tree325a1c6d6946bf2db969d779e27e5da3b5725305 /tools/perf/scripts/python/stat-cpi.py
parente65aae086330d0a6c6c9f874aef03c69cf98884b (diff)
virtchnl: use u8 type for a field in the virtchnl_filter struct
The virtchnl_filter struct has a field called field_flags. A previous commit mistakenly had the type to be a __u8. What we want is for the field to be an unsigned 8 bit value, so let's just use the existing kernel type u8 for that. Signed-off-by: Harshitha Ramamurthy <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions