[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0225146b-9331-8ed2-3e14-24441f4eb298@infradead.org>
Date: Mon, 20 Jun 2022 17:18:28 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Zhang Boyang <zhangboyang.id@...il.com>,
linux-kernel@...r.kernel.org
Cc: Ferdinand Blomqvist <ferdinand.blomqvist@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Kees Cook <keescook@...omium.org>
Subject: Re: [PATCH v3 4/6] rslib: Fix kernel-doc style for rs_modnn()
On 6/19/22 23:20, Zhang Boyang wrote:
> This patch fixes the style of kernel-doc of rs_modnn().
>
> Signed-off-by: Zhang Boyang <zhangboyang.id@...il.com>
Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
> ---
> include/linux/rslib.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/linux/rslib.h b/include/linux/rslib.h
> index cd0b5a7a5698..e92923fff3bc 100644
> --- a/include/linux/rslib.h
> +++ b/include/linux/rslib.h
> @@ -107,7 +107,8 @@ struct rs_control *init_rs_non_canonical(int symsize, int (*func)(int),
> /* Release a rs control structure */
> void free_rs(struct rs_control *rs);
>
> -/** modulo replacement for galois field arithmetics
> +/**
> + * rs_modnn() - Modulo replacement for galois field arithmetics
> *
> * @rs: Pointer to the RS codec
> * @x: the value to reduce
--
~Randy
Powered by blists - more mailing lists