Re: [PATCH 6/7] binder: fix binder_alloc kernel-doc warnings

From: Christian Brauner
Date: Tue Aug 30 2022 - 03:53:49 EST


On Mon, Aug 29, 2022 at 08:12:53PM +0000, Carlos Llamas wrote:
> Update the kernel-doc section of struct binder_alloc to fix the
> following warnings reported by ./scripts/kernel-doc:
>
> warning: Function parameter or member 'mutex' not described in 'binder_alloc'
> warning: Function parameter or member 'vma_addr' not described in 'binder_alloc'
>
> No functional changes in this patch.
>
> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>
> ---

Looks good,
Reviewed-by: Christian Brauner (Microsoft) <brauner@xxxxxxxxxx>