Re: linux-next: build warning after merge of the kspp tree

From: Kees Cook
Date: Sat Feb 10 2024 - 01:44:21 EST


On Thu, Feb 08, 2024 at 02:48:42PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the kspp tree, today's linux-next build (htmldocs) produced
> this warning:
>
> include/linux/string.h:142: warning: Function parameter or struct member 'dst' not described in 'strscpy_pad'
> include/linux/string.h:142: warning: Excess function parameter 'dest' description in 'strscpy_pad'
> include/linux/string.h:142: warning: Excess function parameter 'count' description in 'strscpy_pad'
>
> Introduced by commit
>
> 0bf7961afff1 ("string: Allow 2-argument strscpy_pad()")

Thanks! This is fixed now.

--
Kees Cook