aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/skein
diff options
context:
space:
mode:
authorGravatar Tobias Heineken <tobias.heineken+kernel@robotics-erlangen.de> 2016-12-22 14:55:14 +0100
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2017-01-03 16:33:17 +0100
commit8315388d98ef94ca85b9b5b2e2239feb85abfe1c (patch)
tree41c25cc57be29ad3536b98d71df7e3e766cee56f /drivers/staging/skein
parentstaging: fbtft: fix code alignment with open parenthesis (diff)
downloadlinux-8315388d98ef94ca85b9b5b2e2239feb85abfe1c.tar.gz
linux-8315388d98ef94ca85b9b5b2e2239feb85abfe1c.tar.bz2
linux-8315388d98ef94ca85b9b5b2e2239feb85abfe1c.zip
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 <tobias.heineken+kernel@robotics-erlangen.de> Signed-off-by: Florian Schleicher <florian.schleicher@fau.de> CC: linux-kernel@i4.cs.fau.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/skein')
-rw-r--r--drivers/staging/skein/skein_base.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/staging/skein/skein_base.c b/drivers/staging/skein/skein_base.c
index c24a57396483..8db858a11875 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 <linux/string.h> /* get the memcpy/memset functions */
#include <linux/export.h>