Re: [PATCH v2] siphash: clean up kernel-doc comments

From: Jason A. Donenfeld

Date: Wed Sep 16 2026 - 05:28:18 EST


On Sun, Aug 30, 2026 at 10:52:36PM -0700, Randy Dunlap wrote:
> Use the correct function parameter names and add function return
> value descriptions to avoid kernel-doc warnings:
>
> Warning: include/linux/siphash.h:82 function parameter 'len' not described
> in 'siphash'
> Warning: include/linux/siphash.h:82 No description found for return value
> of 'siphash'
> Warning: include/linux/siphash.h:132 function parameter 'len' not
> described in 'hsiphash'
> Warning: include/linux/siphash.h:132 No description found for return value
> of 'hsiphash'
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Applied. Thank you.