diff options
author | 2023-05-07 17:23:49 +0200 | |
---|---|---|
committer | 2023-05-22 17:40:11 -0400 | |
commit | 144679dfb5840d58fd37a14f7b3a268531ec3b79 (patch) | |
tree | 5ed3624e21c0715c95032183c3b7870ffbe54e2d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() (diff) | |
download | wireguard-linux-144679dfb5840d58fd37a14f7b3a268531ec3b79.tar.xz wireguard-linux-144679dfb5840d58fd37a14f7b3a268531ec3b79.zip |
scsi: mpi3mr: Fix the type used for pointers to bitmap
Bitmaps are "unsigned long[]", so better use "unsigned long *" instead of a
plain "void *" when dealing with pointers to bitmaps.
This is more informative.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/8bdf9148ce1a5d01aac11c46c8617b477813457e.1683473011.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions