Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

WangYuli and committed by
Herbert Xu
2ab74b57 7cc26d4a

+1 -1
+1 -1
drivers/crypto/intel/qat/qat_common/qat_hal.c
··· 163 163 return -EINVAL; 164 164 } 165 165 166 - /* Sets the accelaration engine context mode to either four or eight */ 166 + /* Sets the acceleration engine context mode to either four or eight */ 167 167 csr = qat_hal_rd_ae_csr(handle, ae, CTX_ENABLES); 168 168 csr = IGNORE_W1C_MASK & csr; 169 169 new_csr = (mode == 4) ?