crypto: qat - Fix typo "accelaration"
authorWangYuli <wangyuli@uniontech.com>
Thu, 17 Oct 2024 08:29:46 +0000 (16:29 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Oct 2024 10:33:10 +0000 (18:33 +0800)
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>
drivers/crypto/intel/qat/qat_common/qat_hal.c

index 317cafa..ef8a9cf 100644 (file)
@@ -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) ?