linux/drivers/scsi/pm8001
Gustavo A. R. Silva 508e754c69 scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warnings
Comment out unused field 'residual_count' in a couple of structures, and
with this, fix the following -Wflex-array-member-not-at-end warnings:

drivers/scsi/pm8001/pm8001_hwi.h:342:33: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
drivers/scsi/pm8001/pm80xx_hwi.h:561:32: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]

Reviewed-by: Jack Wang <jinpu.wang@ionos.com>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2025-09-09 22:40:32 -04:00
..
Makefile scsi: pm80xx: Add tracepoints 2021-11-18 22:26:58 -05:00
pm80xx_hwi.c scsi: pm80xx: Add helper function to get the local phy id 2025-08-18 22:08:30 -04:00
pm80xx_hwi.h scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warnings 2025-09-09 22:40:32 -04:00
pm80xx_tracepoints.c scsi: pm80xx: Add tracepoints 2021-11-18 22:26:58 -05:00
pm80xx_tracepoints.h scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepoint 2021-11-18 22:26:58 -05:00
pm8001_chips.h
pm8001_ctl.c scsi: pm8001: Use int instead of u32 to store error codes 2025-08-30 21:37:53 -04:00
pm8001_ctl.h
pm8001_defs.h scsi: pm80xx: Increase reserved tags from 8 to 128 2024-12-04 14:46:58 -05:00
pm8001_hwi.c scsi: pm80xx: Add helper function to get the local phy id 2025-08-18 22:08:30 -04:00
pm8001_hwi.h scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warnings 2025-09-09 22:40:32 -04:00
pm8001_init.c scsi: pm80xx: Fix race condition caused by static variables 2025-08-25 22:20:07 -04:00
pm8001_sas.c scsi: pm80xx: Use pm80xx_get_local_phy_id() to access phy array 2025-08-18 22:08:31 -04:00
pm8001_sas.h scsi: pm80xx: Fix race condition caused by static variables 2025-08-25 22:20:07 -04:00