staging: skein: fix block comment style
authorDeepa Dinamani <deepa.kernel@gmail.com>
Fri, 9 Oct 2015 04:58:36 +0000 (21:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Oct 2015 23:37:26 +0000 (16:37 -0700)
commit7d27a1846ccc27000d9e5027a289ad9e35a88d60
treef6e51473a79c94d8f830e9c8548aa769cbc8dec6
parent9b22abe7b3ca3885e488ad36e5857d15f8158141
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>
drivers/staging/skein/skein_api.c
drivers/staging/skein/skein_base.c