diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-05-28 17:35:11 +0300 |
---|---|---|
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-06-16 07:08:32 +0300 |
commit | 18bdc20be19741ac97499a37e42323248114b496 (patch) | |
tree | 8da9b248335b7765d18b8b7f527898c7e349afae /drivers/phy/samsung/phy-samsung-usb2.h | |
parent | a611d137bfe79098471cd22fbf969fa859074921 (diff) | |
download | linux-18bdc20be19741ac97499a37e42323248114b496.tar.xz |
RxRPC: Replace zero-length array with flexible-array
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 <gustavoars@kernel.org>
Diffstat (limited to 'drivers/phy/samsung/phy-samsung-usb2.h')
0 files changed, 0 insertions, 0 deletions