RE: [EXTERNAL] [PATCH v2 1/4] crypto/aesni_mb: fix typo in error message

2024-07-18 Thread Akhil Goyal
> Subject: [EXTERNAL] [PATCH v2 1/4] crypto/aesni_mb: fix typo in error message > > This patch fixes a typo in the log message for error allocation. > The typo incorrectly spelled 'allocating' as 'allocationg' in the > log message for error allocation. > &

[PATCH v2 1/4] crypto/aesni_mb: fix typo in error message

2024-07-18 Thread Joel Kavanagh
This patch fixes a typo in the log message for error allocation. The typo incorrectly spelled 'allocating' as 'allocationg' in the log message for error allocation. Fixes: f9dfb59edbcc ("crypto/ipsec_mb: support remaining SGL") Cc: sta...@dpdk.org Signed-off-by: Joel Kavanagh Acked-by: Brian Doo