Files
linux/drivers
Colin Ian King 873b807c98 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 <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201102134601.698436-1-colin.king@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-03 17:51:56 -08:00
..
2020-11-03 17:51:56 -08:00
2020-10-20 10:36:41 -07:00
2020-10-28 09:14:49 -03:00
2020-10-26 16:29:14 -07:00
2020-10-29 19:27:45 +01:00