Message ID | 20200211181928.15178-30-geert+renesas@glider.be |
---|---|
State | New |
Headers | show |
Series | [v2,01/34] debugfs: regset32: Add Runtime PM support | expand |
diff --git a/drivers/crypto/ccree/cc_driver.c b/drivers/crypto/ccree/cc_driver.c index 02442596310cd98d..bd9db53c68ab4381 100644 --- a/drivers/crypto/ccree/cc_driver.c +++ b/drivers/crypto/ccree/cc_driver.c @@ -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"); }
Fix a typo in a comment. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- v2: - New. drivers/crypto/ccree/cc_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)