From: Tobias Heineken Date: Thu, 22 Dec 2016 13:55:14 +0000 (+0100) Subject: Staging: skein: checkpatch: fix comment aligning in skein_base.c X-Git-Tag: v5.15~11841^2~484 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8315388d98ef94ca85b9b5b2e2239feb85abfe1c;p=platform%2Fkernel%2Flinux-starfive.git Staging: skein: checkpatch: fix comment aligning in skein_base.c This is a patch to the skein_base.c file that fixes up a comment aligning warning found by the checkpatch.pl tool at line 2 Signed-off-by: Tobias Heineken Signed-off-by: Florian Schleicher CC: linux-kernel@i4.cs.fau.de Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/skein/skein_base.c b/drivers/staging/skein/skein_base.c index c24a573..8db858a 100644 --- a/drivers/staging/skein/skein_base.c +++ b/drivers/staging/skein/skein_base.c @@ -1,12 +1,12 @@ /*********************************************************************** -** -** Implementation of the Skein hash function. -** -** Source code author: Doug Whiting, 2008. -** -** This algorithm and source code is released to the public domain. -** -************************************************************************/ + ** + ** Implementation of the Skein hash function. + ** + ** Source code author: Doug Whiting, 2008. + ** + ** This algorithm and source code is released to the public domain. + ** + ************************************************************************/ #include /* get the memcpy/memset functions */ #include