Re: [PATCH resend] fs/handle.c - fix up kerneldoc

From: Al Viro
Date: Wed Aug 07 2019 - 21:52:13 EST


On Wed, Aug 07, 2019 at 07:22:34PM -0400, Valdis KlÄtnieks wrote:
> When building with W=1, we get some kerneldoc warnings:
>
> CC fs/fhandle.o
> fs/fhandle.c:259: warning: Function parameter or member 'flags' not described in 'sys_open_by_handle_at'
> fs/fhandle.c:259: warning: Excess function parameter 'flag' description in 'sys_open_by_handle_at'
>
> Fix the typo that caused it.
>
> Signed-off-by: Valdis Kletnieks <valdis.kletnieks@xxxxxx>

Applied.