diff mbox series

crypto: cavium/nitro: fix typo on crypto

Message ID 20220209102158.1661976-1-clabbe@baylibre.com (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: cavium/nitro: fix typo on crypto | expand

Commit Message

Corentin Labbe Feb. 9, 2022, 10:21 a.m. UTC
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(-)

Comments

Herbert Xu Feb. 18, 2022, 5:37 a.m. UTC | #1
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.
diff mbox series

Patch

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 {