Re: [PATCH 03/14] XArray: docs: add missing kernel-doc parameters for xas_split_alloc()

2020-09-10 Thread Mauro Carvalho Chehab
Em Thu, 10 Sep 2020 12:13:22 +0100 Matthew Wilcox escreveu: > On Thu, Sep 10, 2020 at 12:23:56PM +0200, Mauro Carvalho Chehab wrote: > > /** > > - * Allocate memory for splitting an entry of @order size into the order > > - * stored in the @xas. > > + * xas_split_alloc() - Allocate memory for sp

Re: [PATCH 03/14] XArray: docs: add missing kernel-doc parameters for xas_split_alloc()

2020-09-10 Thread Matthew Wilcox
On Thu, Sep 10, 2020 at 12:23:56PM +0200, Mauro Carvalho Chehab wrote: > /** > - * Allocate memory for splitting an entry of @order size into the order > - * stored in the @xas. > + * xas_split_alloc() - Allocate memory for splitting an entry of > + * @order size into the order st

[PATCH 03/14] XArray: docs: add missing kernel-doc parameters for xas_split_alloc()

2020-09-10 Thread Mauro Carvalho Chehab
The parameters for such function are not described. Copy the description from the conventions (at the beginning of this file), and fill in the blanks for the @order parameter. Signed-off-by: Mauro Carvalho Chehab --- lib/xarray.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-)