VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2021-08-08 13:52:33 -0700 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-08-12 19:32:17 +0800 commit: 9491923e4a68d696f7d0817a02829ed238783716 parent: ea5202dff79ce23e1a9fee3e1b2f09e28b77ba3a
Commit Summary:
crypto: wp512 - correct a non-kernel-doc comment
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/crypto/wp512.c b/crypto/wp512.c
index bf79fbb2340f..5e820afa3c78 100644
--- a/crypto/wp512.c
+++ b/crypto/wp512.c
@@ -775,7 +775,7 @@ static const u64 rc[WHIRLPOOL_ROUNDS] = {
 	0xca2dbf07ad5a8333ULL,
 };
 
-/**
+/*
  * The core Whirlpool transform.
  */