aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-17 16:35:49 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2020-07-23 17:34:19 +1000
commitdd3240a28c08f8092386c76951408966bf4005ff (patch)
treeb15662800e82278072b53dd3fd5dd7d86e932d1a /include/crypto
parentcrypto: hash - drop duplicated word in a comment (diff)
downloadwireguard-linux-dd3240a28c08f8092386c76951408966bf4005ff.tar.xz
wireguard-linux-dd3240a28c08f8092386c76951408966bf4005ff.zip
crypto: skcipher - drop duplicated word in kernel-doc
Drop the doubled word "request" in a kernel-doc comment. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/skcipher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/skcipher.h b/include/crypto/skcipher.h
index 141e7690f9c3..5663f71198b3 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 {