[PATCH] crypto: cavium/nitro: fix typo on crypto

Corentin Labbe posted 1 patch 4 years, 4 months ago
drivers/crypto/cavium/nitrox/nitrox_req.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] crypto: cavium/nitro: fix typo on crypto
Posted by Corentin Labbe 4 years, 4 months ago
crypto had a typo, fix it.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 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

Re: [PATCH] crypto: cavium/nitro: fix typo on crypto
Posted by Herbert Xu 4 years, 4 months ago
On Wed, Feb 09, 2022 at 10:21:58AM +0000, Corentin Labbe wrote:
> crypto had a typo, fix it.
> 
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> ---
>  drivers/crypto/cavium/nitrox/nitrox_req.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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