RE: [PATCH v1] crypto/aesni_mb: fix typo in error message

2024-07-12 Thread Dooley, Brian
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

[PATCH v1] crypto/aesni_mb: fix typo in error message

2024-07-11 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. Additionally, this commit updates the .mailmap file to ensure proper attribution and mapping of contributor email addresses. Fixes: