Hi Joel, > -----Original Message----- > From: Joel Kavanagh <[email protected]> > Sent: Thursday, July 11, 2024 2:15 PM > To: Thomas Monjalon <[email protected]>; Ji, Kai <[email protected]>; De > Lara Guarch, Pablo <[email protected]>; Fan Zhang > <[email protected]>; Ciara Power <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; Kavanagh, Joel > <[email protected]> > Subject: [PATCH v1] 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. > > Additionally, this commit updates the .mailmap file to ensure proper > attribution and mapping of contributor email addresses. > > Fixes: f9dfb59 ("crypto/ipsec_mb: support remaining SGL") > Cc: [email protected] > > Signed-off-by: Joel Kavanagh <[email protected]> > --- > .mailmap | 1 + > drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/.mailmap b/.mailmap > index f1e64286a1..5b6e30d76c 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -681,6 +681,7 @@ Jin Yu <[email protected]> Jiri Slaby <[email protected]> > Job Abraham <[email protected]> Jochen Behrens > <[email protected]> <[email protected]> > +Joel Kavanagh <[email protected]> > Joey Xing <[email protected]> > Johan Faltstrom <[email protected]> Johan Källström > <[email protected]> diff --git > a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c > b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c > index d74946c180..ef4228bd38 100644 > --- a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c > +++ b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c > @@ -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 > -- > 2.34.1
Acked-by: Brian Dooley <[email protected]>

