From: Julia Lawall Date: Sat, 21 May 2022 11:10:48 +0000 (+0200) Subject: crypto: ccp - fix typo in comment X-Git-Tag: v6.1-rc5~754^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd81775a56bce2ad480ff8444e6f44f3980ceb7d;p=platform%2Fkernel%2Flinux-starfive.git crypto: ccp - fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccp/ccp-dev.h b/drivers/crypto/ccp/ccp-dev.h index a5d9123..83350e2 100644 --- a/drivers/crypto/ccp/ccp-dev.h +++ b/drivers/crypto/ccp/ccp-dev.h @@ -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;