crypto: ccree - spelling s/Crytpcell/Cryptocell/

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>
This commit is contained in:
Geert Uytterhoeven 2020-02-11 19:19:23 +01:00 committed by Herbert Xu
parent 31568ab832
commit 3b1cbdac32
1 changed files with 1 additions and 1 deletions

View 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");
}