]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
scsi: megaraid_sas: struct MR_LD_VF_MAP: Replace 1-element arrays with flexible arrays
authorKees Cook <kees@kernel.org>
Thu, 11 Jul 2024 15:58:23 +0000 (08:58 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 3 Aug 2024 01:26:01 +0000 (21:26 -0400)
commited8ab02c85b3494ec81f35f12e01f6678af09f6a
tree5821019dd0f5927a40f71a70f41aa5f0fd0f780a
parent778d7cddd8585198d15c3190d4f2b243ac53df52
scsi: megaraid_sas: struct MR_LD_VF_MAP: Replace 1-element arrays with flexible arrays

Replace the deprecated[1] use of a 1-element array in struct MR_LD_VF_MAP
with a modern flexible array.

No binary differences are present after this conversion.

Link: https://github.com/KSPP/linux/issues/79
Signed-off-by: Kees Cook <kees@kernel.org>
Link: https://lore.kernel.org/r/20240711155823.work.778-kees@kernel.org
Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/megaraid/megaraid_sas.h