summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2021-05-14 18:08:01 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-21 22:03:29 +0200
commit208012f051636d1ab8b7f7f86d6988d4b39758af (patch)
tree93bef8c5947cde6937a1a007995e2ab34dadfde0 /include/linux
parentd9eb95845dc830365a4a0caeb11c4ea8030eecd2 (diff)
downloadlinux-208012f051636d1ab8b7f7f86d6988d4b39758af.tar.gz
linux-208012f051636d1ab8b7f7f86d6988d4b39758af.tar.bz2
linux-208012f051636d1ab8b7f7f86d6988d4b39758af.zip
misc: bcm-vk: Replace zero-length array with flexible array member
There is a regular need in the kernel to provide a way to declare having a dynamically sized set of trailing elements in a structure. Kernel code should always use “flexible array members”[1] for these cases. The older style of one-element or zero-length arrays should no longer be used[2]. Also, make use of the struct_size() helper in kzalloc(). [1] https://en.wikipedia.org/wiki/Flexible_array_member [2] https://www.kernel.org/doc/html/v5.10/process/deprecated.html#zero-length-and-one-element-arrays Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Link: https://lore.kernel.org/r/20210514230801.GA35863@embeddedor Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions