crypto: wp512 - correct a non-kernel-doc comment
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 8 Aug 2021 20:52:33 +0000 (13:52 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Aug 2021 11:32:17 +0000 (19:32 +0800)
Don't use "/**" to begin a comment that is not kernel-doc notation.

crypto/wp512.c:779: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * The core Whirlpool transform.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/wp512.c

index bf79fbb..5e820af 100644 (file)
@@ -775,7 +775,7 @@ static const u64 rc[WHIRLPOOL_ROUNDS] = {
        0xca2dbf07ad5a8333ULL,
 };
 
-/**
+/*
  * The core Whirlpool transform.
  */