diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2020-02-21 09:32:33 -0600 |
---|---|---|
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-06-15 23:08:21 -0500 |
commit | aa125f313d8e7d04bf001175dadeabaf8723c00b (patch) | |
tree | c0cfaac53c1fecbd89ef6b6c57ad332618aa6691 /fs/aio.c | |
parent | ea9ee9976750b3d047141ebeb12ba92b634dfbef (diff) |
firmware: google: vpd: 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].
[1] https://en.wikipedia.org/wiki/Flexible_array_member
[2] https://github.com/KSPP/linux/issues/21
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Diffstat (limited to 'fs/aio.c')
0 files changed, 0 insertions, 0 deletions