]> git.baikalelectronics.ru Git - kernel.git/commitdiff
crypto: hisilicon/sec - fix typos in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:45 +0000 (13:10 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Jun 2022 08:40:18 +0000 (16:40 +0800)
Spelling mistakes (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/sec2/sec.h

index c2e9b01187a745d0177e1a0b811519b4f2aca228..42bb486f3b6d54d66665b7cba46253cdadc18c2b 100644 (file)
@@ -143,10 +143,10 @@ struct sec_ctx {
        /* Threshold for fake busy, trigger to return -EBUSY to user */
        u32 fake_req_limit;
 
-       /* Currrent cyclic index to select a queue for encipher */
+       /* Current cyclic index to select a queue for encipher */
        atomic_t enc_qcyclic;
 
-        /* Currrent cyclic index to select a queue for decipher */
+        /* Current cyclic index to select a queue for decipher */
        atomic_t dec_qcyclic;
 
        enum sec_alg_type alg_type;