Skip to content

Commit 67494f5

Browse files
committed
crypto: qat - Fix typo "accelaration"
JIRA: https://issues.redhat.com/browse/RHEL-23197 Upstream Status: merged into the linux.git commit 2ab74b5 Author: WangYuli <wangyuli@uniontech.com> Date: Thu Oct 17 16:29:46 2024 +0800 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> Signed-off-by: Vladis Dronov <vdronov@redhat.com>
1 parent d08e9d5 commit 67494f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/intel/qat/qat_common/qat_hal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle,
163163
return -EINVAL;
164164
}
165165

166-
/* Sets the accelaration engine context mode to either four or eight */
166+
/* Sets the acceleration engine context mode to either four or eight */
167167
csr = qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES);
168168
csr = IGNORE_W1C_MASK & csr;
169169
new_csr = (mode == 4) ?

0 commit comments

Comments
 (0)