]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warnings
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 8 Sep 2025 18:42:01 +0000 (20:42 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 10 Sep 2025 02:40:32 +0000 (22:40 -0400)
commit508e754c693162af1fdb6bc00dec0b3237c17462
treed5f2598eff3327649e2ce708505f29090daa100e
parent3126b5fd02270380cce833d06f973a3ffb33a69b
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>
drivers/scsi/pm8001/pm8001_hwi.h
drivers/scsi/pm8001/pm80xx_hwi.h