summaryrefslogtreecommitdiff
path: root/drivers/scsi/hptiop.h
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2022-09-22 19:55:33 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2022-09-25 20:02:23 +0300
commit5b12a568cc6f69bfd9f7286d6e9c3e47392d240b (patch)
treefb5866719342e3b6814fb6492e9e91837fbbda72 /drivers/scsi/hptiop.h
parentc682df71996aee74c6a50d0fe491c135a7bea1e7 (diff)
downloadlinux-5b12a568cc6f69bfd9f7286d6e9c3e47392d240b.tar.xz
scsi: hptiop: Use struct_size() helper in code related to struct hpt_iop_request_scsi_command
Prefer struct_size() over open-coded versions of idiom: sizeof(struct-with-flex-array) + sizeof(typeof-flex-array-elements) * count where count is the max number of items the flexible array is supposed to contain. Link: https://github.com/KSPP/linux/issues/160 Link: https://lore.kernel.org/r/54e2bb1e39b21394c5a90cacbadfb6136b012788.1663865333.git.gustavoars@kernel.org Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/hptiop.h')
0 files changed, 0 insertions, 0 deletions