Message ID | c031a64c-2337-cd9d-e148-ed8365c2365e@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Herbert Xu |
Headers | show |
Series | crypto: skcipher.h: drop duplicated word in kernel-doc | expand |
From: Randy Dunlap <rdunlap@infradead.org> Date: Fri, 17 Jul 2020 16:35:49 -0700 > From: Randy Dunlap <rdunlap@infradead.org> > > Drop the doubled word "request" in a kernel-doc comment. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: David S. Miller <davem@davemloft.net>
On Fri, Jul 17, 2020 at 04:35:49PM -0700, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > 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 > --- > include/crypto/skcipher.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks.
--- linux-next-20200714.orig/include/crypto/skcipher.h +++ linux-next-20200714/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 {