summaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein/skein_base.c
diff options
context:
space:
mode:
authorTobias Heineken <tobias.heineken+kernel@robotics-erlangen.de>2016-12-22 14:55:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-03 16:33:17 +0100
commit8315388d98ef94ca85b9b5b2e2239feb85abfe1c (patch)
tree41c25cc57be29ad3536b98d71df7e3e766cee56f /drivers/staging/skein/skein_base.c
parent6b5f707c949af3a1b8b3b70cba3c585bb5313012 (diff)
downloadop-kernel-dev-8315388d98ef94ca85b9b5b2e2239feb85abfe1c.zip
op-kernel-dev-8315388d98ef94ca85b9b5b2e2239feb85abfe1c.tar.gz
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/skein_base.c')
-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 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 <linux/string.h> /* get the memcpy/memset functions */
#include <linux/export.h>
OpenPOWER on IntegriCloud