mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
7d27a1846c
Use a separate line for the opening marker of a comment block, a leading asterisk in front of subsequent lines in the block comment, and a separate line for the closing marker of the comment block. This patch fixes the checkpatch.pl warnings: WARNING: Block comments use a trailing */ on a separate line WARNING: Block comments use * on subsequent lines Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
skein_api.c | ||
skein_api.h | ||
skein_base.c | ||
skein_base.h | ||
skein_block.c | ||
skein_block.h | ||
skein_generic.c | ||
skein_iv.h | ||
threefish_api.c | ||
threefish_api.h | ||
threefish_block.c | ||
TODO |