diff options
author | Gustavo A. R. Silva <[email protected]> | 2023-08-01 23:05:31 -0600 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-08-10 07:32:41 -0700 |
commit | e55c50eac36a704e9e867257f50cd482e8256755 (patch) | |
tree | 920ecb943c4fd434795bc1f5920892bf362e87d8 /tools/perf/scripts/python/task-analyzer.py | |
parent | 29afcd69672a4e3d8604d17206d42004540d6d5c (diff) |
i40e: Replace one-element array with flex-array member in struct i40e_package_header
One-element and zero-length arrays are deprecated. So, replace
one-element array in struct i40e_package_header with flexible-array
member.
The `+ sizeof(u32)` adjustments ensure that there are no differences
in binary output.
Link: https://github.com/KSPP/linux/issues/335
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions