lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CY5PR11MB6366671D2010C2EF0B293324826F2@CY5PR11MB6366.namprd11.prod.outlook.com>
Date: Mon, 23 Sep 2024 14:24:48 +0000
From: "Cabiddu, Giovanni" <giovanni.cabiddu@...el.com>
To: WangYuli <wangyuli@...ontech.com>
CC: qat-linux <qat-linux@...el.com>, "linux-crypto@...r.kernel.org"
	<linux-crypto@...r.kernel.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>, "Cui, Bo" <bo.cui@...el.com>, "Xiang, Karen"
	<karen.xiang@...el.com>, "herbert@...dor.apana.org.au"
	<herbert@...dor.apana.org.au>, "davem@...emloft.net" <davem@...emloft.net>,
	"Wang, Jie" <jie.wang@...el.com>, "Xie, Dong" <dong.xie@...el.com>, "Cabiddu,
 Giovanni" <giovanni.cabiddu@...el.com>
Subject: RE: [PATCH 1/3] crypto: qat - Correct the typo 'accelaration'

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@...ontech.com> 
Sent: Sunday, September 22, 2024 12:24 PM
To: WangYuli <wangyuli@...ontech.com>; Cabiddu, Giovanni <giovanni.cabiddu@...el.com>; herbert@...dor.apana.org.au; davem@...emloft.net; Wang, Jie <jie.wang@...el.com>; Xie, Dong <dong.xie@...el.com>
Cc: qat-linux <qat-linux@...el.com>; linux-crypto@...r.kernel.org; linux-kernel@...r.kernel.org; Cui, Bo <bo.cui@...el.com>; bruce.w.allan@...el.com; Xiang, Karen <karen.xiang@...el.com>; pingchaox.yang@...el.com
Subject: [PATCH 1/3] crypto: qat - Correct the typo 'accelaration'

From f535db2d2a33278da928767a140dd0ed2adb8fde Mon Sep 17 00:00:00 2001 From: WangYuli mailto:wangyuli@...ontech.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@...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.43.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ