aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl/spl-xdr.c
diff options
context:
space:
mode:
authorOlaf Faaland <[email protected]>2017-10-04 12:33:43 -0400
committerBrian Behlendorf <[email protected]>2017-10-09 14:27:27 -0700
commit4b393c50ae0e74b351534030d8b87f1967832d09 (patch)
tree620e43913e024cee1fac37509a3512dcb30e91d9 /module/spl/spl-xdr.c
parente8474f9ad3b3d23c3277535c4f53f8fd1e6cbd74 (diff)
Make file headers conform to ZFS style standard
No semantic changes. Change /************\ and \************/ to /* and */ Signed-off-by: Olaf Faaland <[email protected]>
Diffstat (limited to 'module/spl/spl-xdr.c')
-rw-r--r--module/spl/spl-xdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/spl/spl-xdr.c b/module/spl/spl-xdr.c
index 9405dc88d..04a337c2b 100644
--- a/module/spl/spl-xdr.c
+++ b/module/spl/spl-xdr.c
@@ -1,4 +1,4 @@
-/*****************************************************************************\
+/*
* Copyright (c) 2008-2010 Sun Microsystems, Inc.
* Written by Ricardo Correia <[email protected]>
*
@@ -19,7 +19,7 @@
* with the SPL. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************
* Solaris Porting Layer (SPL) XDR Implementation.
-\*****************************************************************************/
+ */
#include <linux/string.h>
#include <sys/kmem.h>