Skip to content

Commit

Permalink
crypto: wp512 - correct a non-kernel-doc comment
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
rddunlap authored and herbertx committed Aug 12, 2021
1 parent ea5202d commit 9491923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/wp512.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ static const u64 rc[WHIRLPOOL_ROUNDS] = {
0xca2dbf07ad5a8333ULL,
};

/**
/*
* The core Whirlpool transform.
*/

Expand Down

0 comments on commit 9491923

Please sign in to comment.