Skip to content

Commit

Permalink
crypto/aesni_mb: fix error message typo
Browse files Browse the repository at this point in the history
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: f9dfb59 ("crypto/ipsec_mb: support remaining SGL")
Cc: stable@dpdk.org

Signed-off-by: Joel Kavanagh <joel.kavanagh@intel.com>
Acked-by: Brian Dooley <brian.dooley@intel.com>
  • Loading branch information
JoelKavanagh authored and Akhil Goyal committed Jul 18, 2024
1 parent 17be0d2 commit 90cc4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ Jin Yu <jin.yu@intel.com>
Jiri Slaby <jslaby@suse.cz>
Job Abraham <job.abraham@intel.com>
Jochen Behrens <jochen.behrens@broadcom.com> <jbehrens@vmware.com>
Joel Kavanagh <joel.kavanagh@intel.com>
Joey Xing <joey.xing@jaguarmicro.com>
Johan Faltstrom <johan.faltstrom@netinsight.net>
Johan Källström <johan.kallstrom@ericsson.com>
Expand Down
2 changes: 1 addition & 1 deletion drivers/crypto/ipsec_mb/pmd_aesni_mb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ aesni_mb_digest_appended_in_src(struct rte_crypto_op *op, IMB_JOB *job,
*
* @return
* - 0 on success, the IMB_JOB will be filled
* - -1 if invalid session or errors allocationg SGL linear buffer,
* - -1 if invalid session or errors allocating SGL linear buffer,
* IMB_JOB will not be filled
*/
static inline int
Expand Down

0 comments on commit 90cc4ff

Please sign in to comment.