aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl/spl-generic.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-generic.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-generic.c')
-rw-r--r--module/spl/spl-generic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/spl/spl-generic.c b/module/spl/spl-generic.c
index f6782dae7..b5c9a9aef 100644
--- a/module/spl/spl-generic.c
+++ b/module/spl/spl-generic.c
@@ -1,4 +1,4 @@
-/*****************************************************************************\
+/*
* Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
* Copyright (C) 2007 The Regents of the University of California.
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
@@ -22,7 +22,7 @@
* with the SPL. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************
* Solaris Porting Layer (SPL) Generic Implementation.
-\*****************************************************************************/
+ */
#include <sys/sysmacros.h>
#include <sys/systeminfo.h>