diff options
author | Colin Ian King <[email protected]> | 2020-11-02 13:46:01 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2020-11-03 17:51:56 -0800 |
commit | 873b807c989598a7db44e7669be3da97eaa8ecde (patch) | |
tree | 3ca68c287fec533aef4a8db797edb3cfe86cd418 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 1ca47431c29c63ffc521e17bdc97be5472599776 (diff) |
octeontx2-pf: Fix sizeof() mismatch
An incorrect sizeof() is being used, sizeof(u64 *) is not correct,
it should be sizeof(*sq->sqb_ptrs).
Addresses-Coverity: ("Sizeof not portable (SIZEOF_MISMATCH)")
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions