There are some spelling mistakes of 'accelaration' in comments which should be 'acceleration'. I was going to put all the typo fix in one commit, but other developers suggested splitting them up. That way, each subsystem's maintainers can merge just the changes they need. Signed-off-by: WangYuli <wangyuli@uniontech.com> -- 2.43.0
Sorry about that,my email client messed up the patches formatting. I'll send a new one with better formatting in a minute. -- WangYuli
From f535db2d2a33278da928767a140dd0ed2adb8fde Mon Sep 17 00:00:00 2001 From: WangYuli <wangyuli@uniontech.com> Date: Sun, 22 Sep 2024 18:41:36 +0800 Subject: [PATCH 1/3] crypto: qat - Correct the typo 'accelaration' There is a spelling mistake of 'accelaration' which should be 'acceleration'. Signed-off-by: WangYuli <wangyuli@uniontech.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.43.0
Looks like there is something wrong with this patch… Please refer to https://www.kernel.org/doc/html/latest/process/submitting-patches.html#no-mime-no-links-no-compression-no-attachments-just-plain-text Regards, -- Giovanni From: WangYuli <wangyuli@uniontech.com> Sent: Sunday, September 22, 2024 12:24 PM To: WangYuli <wangyuli@uniontech.com>; Cabiddu, Giovanni <giovanni.cabiddu@intel.com>; herbert@gondor.apana.org.au; davem@davemloft.net; Wang, Jie <jie.wang@intel.com>; Xie, Dong <dong.xie@intel.com> Cc: qat-linux <qat-linux@intel.com>; linux-crypto@vger.kernel.org; linux-kernel@vger.kernel.org; Cui, Bo <bo.cui@intel.com>; bruce.w.allan@intel.com; Xiang, Karen <karen.xiang@intel.com>; pingchaox.yang@intel.com Subject: [PATCH 1/3] crypto: qat - Correct the typo 'accelaration' From f535db2d2a33278da928767a140dd0ed2adb8fde Mon Sep 17 00:00:00 2001 From: WangYuli mailto:wangyuli@uniontech.com Date: Sun, 22 Sep 2024 18:41:36 +0800 Subject: [PATCH 1/3] crypto: qat - Correct the typo 'accelaration' There is a spelling mistake of 'accelaration' which should be 'acceleration'. Signed-off-by: WangYuli mailto:wangyuli@uniontech.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.43.0
From d4e320476d24e94411c205097e3bd04166593038 Mon Sep 17 00:00:00 2001
From: WangYuli <wangyuli@uniontech.com>
Date: Sun, 22 Sep 2024 18:50:30 +0800
Subject: [PATCH 3/3] eth: bnxt: Correct the typo 'accelaration'
There is a spelling mistake of 'accelaration' which should be
'acceleration'.
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c
b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
index 6e422e24750a..cb02b0e68f17 100644
--- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c
+++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
@@ -12880,7 +12880,7 @@ static netdev_features_t
bnxt_fix_features(struct net_device *dev,
if (features & NETIF_F_GRO_HW)
features &= ~NETIF_F_LRO;
- /* Both CTAG and STAG VLAN accelaration on the RX side have to be
+ /* Both CTAG and STAG VLAN acceleration on the RX side have to be
* turned on or off together.
*/
vlan_features = features & BNXT_HW_FEATURE_VLAN_ALL_RX;
--
2.43.0
© 2016 - 2024 Red Hat, Inc.