Skip to content

Commit 2ab74b5

Browse files
WangYuliherbertx
authored andcommitted
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>
1 parent 7cc26d4 commit 2ab74b5

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)