[PATCH 0/3][next] lib/stackdepot.c: Replace one-element array with flexible-array member
From: Gustavo A. R. Silva
Date: Thu Oct 01 2020 - 11:18:17 EST
Hi,
This series aim to replace a one-element array with a flexible-array
member. Also, make use of the struct_size(), flexible_array_size()
and array_size() helpers.
Thanks
--
Gustavo
Gustavo A. R. Silva (3):
lib/stackdepot.c: Replace one-element array with flexible-array member
lib/stackdepot.c: Use flex_array_size() helper in memcpy()
lib/stackdepot.c: Use array_size() helper in jhash2()
lib/stackdepot.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
--
2.27.0