VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   34 Branches   58 Tags
author: Hadar Gat <hadar.gat@arm.com> 2019-11-27 10:49:06 +0200 committer: Herbert Xu <herbert@gondor.apana.org.au> 2019-12-11 16:36:54 +0800 commit: e86eca4107ce067e6059fcc4544680ecbac4e80b parent: 060f1113250018c272b00a40c3f1877088e5d443
Commit Summary:
crypto: ccree - fix typos in comments
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/crypto/ccree/cc_fips.c b/drivers/crypto/ccree/cc_fips.c
index 4c8bce33abcf..702aefc21447 100644
--- a/drivers/crypto/ccree/cc_fips.c
+++ b/drivers/crypto/ccree/cc_fips.c
@@ -120,7 +120,7 @@ static void fips_dsr(unsigned long devarg)
 		cc_tee_handle_fips_error(drvdata);
 	}
 
-	/* after verifing that there is nothing to do,
+	/* after verifying that there is nothing to do,
 	 * unmask AXI completion interrupt.
 	 */
 	val = (CC_REG(HOST_IMR) & ~irq);