On Mon, 08 Sep 2025 20:42:01 +0200, Gustavo A. R. Silva wrote:
> 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]
>
> [...]
Applied to 6.18/scsi-queue, thanks!
[1/1] scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warnings
https://git.kernel.org/mkp/scsi/c/508e754c6931
--
Martin K. Petersen