mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
crypto: qat - Fix typo "accelaration"
There is a spelling mistake of 'accelaration' in comments which should be 'acceleration'. Signed-off-by: WangYuli <wangyuli@uniontech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
7cc26d4a5f
commit
2ab74b57ba
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle,
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
/* Sets the accelaration engine context mode to either four or eight */
|
||||
/* Sets the acceleration engine context mode to either four or eight */
|
||||
csr = qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES);
|
||||
csr = IGNORE_W1C_MASK & csr;
|
||||
new_csr = (mode == 4) ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue