From: Randy Dunlap Date: Fri, 17 Jul 2020 23:35:49 +0000 (-0700) Subject: crypto: skcipher - drop duplicated word in kernel-doc X-Git-Tag: howlett/maple_spf/20210104~1418^2~24 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dd3240a28c08f8092386c76951408966bf4005ff;p=users%2Fjedix%2Flinux-maple.git crypto: skcipher - drop duplicated word in kernel-doc Drop the doubled word "request" in a kernel-doc comment. Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Acked-by: David S. Miller Signed-off-by: Herbert Xu --- diff --git a/include/crypto/skcipher.h b/include/crypto/skcipher.h index 141e7690f9c31..5663f71198b37 100644 --- a/include/crypto/skcipher.h +++ b/include/crypto/skcipher.h @@ -18,7 +18,7 @@ * @iv: Initialisation Vector * @src: Source SG list * @dst: Destination SG list - * @base: Underlying async request request + * @base: Underlying async request * @__ctx: Start of private context data */ struct skcipher_request {