diff options
author | 2020-02-21 09:30:21 -0600 | |
---|---|---|
committer | 2020-06-15 23:08:16 -0500 | |
commit | ea9ee9976750b3d047141ebeb12ba92b634dfbef (patch) | |
tree | 5d232774f2ae17fe089ea783c52e1e496dd8ba39 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | firmware: dmi-sysfs: Replace zero-length array with flexible-array member (diff) | |
download | wireguard-linux-ea9ee9976750b3d047141ebeb12ba92b634dfbef.tar.xz wireguard-linux-ea9ee9976750b3d047141ebeb12ba92b634dfbef.zip |
firmware: google: memconsole: 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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions