diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2023-05-07 18:23:49 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-05-23 00:40:11 +0300 |
commit | 144679dfb5840d58fd37a14f7b3a268531ec3b79 (patch) | |
tree | 5ed3624e21c0715c95032183c3b7870ffbe54e2d /scripts/subarch.include | |
parent | 2e2fe5ac695a00ab03cab4db1f4d6be07168ed9d (diff) | |
download | linux-144679dfb5840d58fd37a14f7b3a268531ec3b79.tar.xz |
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 'scripts/subarch.include')
0 files changed, 0 insertions, 0 deletions