diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2020-02-21 16:32:33 +0100 |
---|---|---|
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-06-16 06:08:21 +0200 |
commit | aa125f313d8e7d04bf001175dadeabaf8723c00b (patch) | |
tree | c0cfaac53c1fecbd89ef6b6c57ad332618aa6691 /fs/bfs | |
parent | firmware: google: memconsole: Replace zero-length array with flexible-array m... (diff) | |
download | linux-aa125f313d8e7d04bf001175dadeabaf8723c00b.tar.xz linux-aa125f313d8e7d04bf001175dadeabaf8723c00b.zip |
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/bfs')
0 files changed, 0 insertions, 0 deletions