From: WangYuli Date: Thu, 17 Oct 2024 08:29:46 +0000 (+0800) Subject: crypto: qat - Fix typo "accelaration" X-Git-Tag: v6.13-rc1~196^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ab74b57bac72106ea00b0196e50f28b27cc0ae8;p=thirdparty%2Fkernel%2Flinux.git crypto: qat - Fix typo "accelaration" There is a spelling mistake of 'accelaration' in comments which should be 'acceleration'. Signed-off-by: WangYuli Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/intel/qat/qat_common/qat_hal.c b/drivers/crypto/intel/qat/qat_common/qat_hal.c index 317cafa9d11f9..ef8a9cf74f0c7 100644 --- a/drivers/crypto/intel/qat/qat_common/qat_hal.c +++ b/drivers/crypto/intel/qat/qat_common/qat_hal.c @@ -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) ?