2022-02-09 14:00:00

by Corentin LABBE

[permalink] [raw]
Subject: [PATCH] crypto: cavium/nitro: fix typo on crypto

crypto had a typo, fix it.

Signed-off-by: Corentin Labbe <[email protected]>
---
drivers/crypto/cavium/nitrox/nitrox_req.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/cavium/nitrox/nitrox_req.h b/drivers/crypto/cavium/nitrox/nitrox_req.h
index ed174883c8e3..6bf088bcdd11 100644
--- a/drivers/crypto/cavium/nitrox/nitrox_req.h
+++ b/drivers/crypto/cavium/nitrox/nitrox_req.h
@@ -440,7 +440,7 @@ struct aqmq_command_s {
/**
* struct ctx_hdr - Book keeping data about the crypto context
* @pool: Pool used to allocate crypto context
- * @dma: Base DMA address of the cypto context
+ * @dma: Base DMA address of the crypto context
* @ctx_dma: Actual usable crypto context for NITROX
*/
struct ctx_hdr {
--
2.34.1



2022-02-18 05:59:18

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: cavium/nitro: fix typo on crypto

On Wed, Feb 09, 2022 at 10:21:58AM +0000, Corentin Labbe wrote:
> crypto had a typo, fix it.
>
> Signed-off-by: Corentin Labbe <[email protected]>
> ---
> drivers/crypto/cavium/nitrox/nitrox_req.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt