[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1D2B5A3330DAD82E+20241017082946.314361-1-wangyuli@uniontech.com>
Date: Thu, 17 Oct 2024 16:29:46 +0800
From: WangYuli <wangyuli@...ontech.com>
To: giovanni.cabiddu@...el.com,
herbert@...dor.apana.org.au,
davem@...emloft.net,
jie.wang@...el.com,
wangyuli@...ontech.com,
dong.xie@...el.com
Cc: qat-linux@...el.com,
linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org,
bo.cui@...el.com,
bruce.w.allan@...el.com,
karen.xiang@...el.com,
pingchaox.yang@...el.com
Subject: [PATCH] crypto: qat - Fix typo "accelaration"
There is a spelling mistake of 'accelaration' in comments which
should be 'acceleration'.
Signed-off-by: WangYuli <wangyuli@...ontech.com>
---
drivers/crypto/intel/qat/qat_common/qat_hal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/intel/qat/qat_common/qat_hal.c b/drivers/crypto/intel/qat/qat_common/qat_hal.c
index 317cafa9d11f..ef8a9cf74f0c 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) ?
--
2.45.2
Powered by blists - more mailing lists