On Mon, 31 Aug 2020 20:09:49 -0500 "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx> wrote: > Update information in the zero-length and one-element arrays section > and illustrate how to make use of the new flex_array_size() helper, > together with struct_size() and a flexible-array member. > > Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx> > --- > Documentation/process/deprecated.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks. jon