diff options
author | Randy Dunlap <[email protected]> | 2020-07-17 16:35:49 -0700 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2020-07-23 17:34:19 +1000 |
commit | dd3240a28c08f8092386c76951408966bf4005ff (patch) | |
tree | b15662800e82278072b53dd3fd5dd7d86e932d1a | |
parent | da087a4cdcbf93c8a6a9decab4a34c38e6c7e867 (diff) |
crypto: skcipher - drop duplicated word in kernel-doc
Drop the doubled word "request" in a kernel-doc comment.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | include/crypto/skcipher.h | 2 |
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 { |