Commit 4ba31cdd authored by Corentin Labbe's avatar Corentin Labbe Committed by Herbert Xu
Browse files

crypto: cavium/nitrox - fix typo on crypto



crypto had a typo, fix it.

Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a69cb445
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {