crypto: ccree - spelling s/Crytpcell/Cryptocell/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 11 Feb 2020 18:19:23 +0000 (19:19 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 22 Feb 2020 01:25:46 +0000 (09:25 +0800)
Fix a typo in a comment.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccree/cc_driver.c

index 0244259..bd9db53 100644 (file)
@@ -367,7 +367,7 @@ static int init_cc_resources(struct platform_device *plat_dev)
                goto post_pm_err;
        }
 
-       /* wait for Crytpcell reset completion */
+       /* Wait for Cryptocell reset completion */
        if (!cc_wait_for_reset_completion(new_drvdata)) {
                dev_err(dev, "Cryptocell reset not completed");
        }