crypto: ccp - fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:48 +0000 (13:10 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Jun 2022 08:40:18 +0000 (16:40 +0800)
Spelling mistake (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/ccp/ccp-dev.h

index a5d9123..83350e2 100644 (file)
@@ -366,7 +366,7 @@ struct ccp_device {
 
        /* Master lists that all cmds are queued on. Because there can be
         * more than one CCP command queue that can process a cmd a separate
-        * backlog list is neeeded so that the backlog completion call
+        * backlog list is needed so that the backlog completion call
         * completes before the cmd is available for execution.
         */
        spinlock_t cmd_lock ____cacheline_aligned;