linux/drivers/staging/skein
Deepa Dinamani 7d27a1846c staging: skein: fix block comment style
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>
2015-10-12 16:37:26 -07:00
..
Kconfig staging: skein: Adds Loadable Module Support 2014-10-29 16:39:58 +08:00
Makefile staging: skein: Adds Loadable Module Support 2014-10-29 16:39:58 +08:00
skein_api.c staging: skein: fix block comment style 2015-10-12 16:37:26 -07:00
skein_api.h staging: skein: Adds * on subsequent lines in block comment 2015-09-21 09:56:50 -07:00
skein_base.c staging: skein: fix block comment style 2015-10-12 16:37:26 -07:00
skein_base.h staging: skein: fix sparse warnings related to shift operator 2014-11-22 10:53:09 -08:00
skein_block.c Staging: skein: Remove do-while(0) from single statement macros 2015-03-15 18:41:15 +01:00
skein_block.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
skein_generic.c staging: skein: Fixing trailing whitespace error 2015-01-17 15:05:52 -08:00
skein_iv.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
threefish_api.c
threefish_api.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
threefish_block.c
TODO