aboutsummaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/spl/spl-atomic.c4
-rw-r--r--module/spl/spl-cred.c4
-rw-r--r--module/spl/spl-err.c4
-rw-r--r--module/spl/spl-generic.c4
-rw-r--r--module/spl/spl-kobj.c4
-rw-r--r--module/spl/spl-kstat.c4
-rw-r--r--module/spl/spl-mutex.c4
-rw-r--r--module/spl/spl-proc.c4
-rw-r--r--module/spl/spl-rwlock.c4
-rw-r--r--module/spl/spl-thread.c4
-rw-r--r--module/spl/spl-vnode.c4
-rw-r--r--module/spl/spl-xdr.c4
-rw-r--r--module/spl/spl-zlib.c4
-rw-r--r--module/splat/splat-atomic.c4
-rw-r--r--module/splat/splat-condvar.c4
-rw-r--r--module/splat/splat-cred.c4
-rw-r--r--module/splat/splat-ctl.c4
-rw-r--r--module/splat/splat-generic.c4
-rw-r--r--module/splat/splat-internal.h4
-rw-r--r--module/splat/splat-kmem.c4
-rw-r--r--module/splat/splat-kobj.c4
-rw-r--r--module/splat/splat-linux.c4
-rw-r--r--module/splat/splat-list.c4
-rw-r--r--module/splat/splat-mutex.c4
-rw-r--r--module/splat/splat-random.c4
-rw-r--r--module/splat/splat-rwlock.c4
-rw-r--r--module/splat/splat-taskq.c4
-rw-r--r--module/splat/splat-thread.c4
-rw-r--r--module/splat/splat-time.c4
-rw-r--r--module/splat/splat-vnode.c4
-rw-r--r--module/splat/splat-zlib.c4
31 files changed, 62 insertions, 62 deletions
diff --git a/module/spl/spl-atomic.c b/module/spl/spl-atomic.c
index c46252c10..4c48684ba 100644
--- a/module/spl/spl-atomic.c
+++ b/module/spl/spl-atomic.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) Atomic Implementation.
-\*****************************************************************************/
+ */
#include <sys/atomic.h>
diff --git a/module/spl/spl-cred.c b/module/spl/spl-cred.c
index 1d486c1f0..f4431db7f 100644
--- a/module/spl/spl-cred.c
+++ b/module/spl/spl-cred.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) Credential Implementation.
-\*****************************************************************************/
+ */
#include <sys/cred.h>
diff --git a/module/spl/spl-err.c b/module/spl/spl-err.c
index 2f66b6e23..28c5258ef 100644
--- a/module/spl/spl-err.c
+++ b/module/spl/spl-err.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) Error Implementation.
-\*****************************************************************************/
+ */
#include <sys/sysmacros.h>
#include <sys/cmn_err.h>
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>
diff --git a/module/spl/spl-kobj.c b/module/spl/spl-kobj.c
index b79fcb828..6191163a8 100644
--- a/module/spl/spl-kobj.c
+++ b/module/spl/spl-kobj.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) Kobj Implementation.
-\*****************************************************************************/
+ */
#include <sys/kobj.h>
diff --git a/module/spl/spl-kstat.c b/module/spl/spl-kstat.c
index ed5265311..4517824e7 100644
--- a/module/spl/spl-kstat.c
+++ b/module/spl/spl-kstat.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) Kstat Implementation.
-\*****************************************************************************/
+ */
#include <linux/seq_file.h>
#include <sys/kstat.h>
diff --git a/module/spl/spl-mutex.c b/module/spl/spl-mutex.c
index a29d488d1..9e1e103db 100644
--- a/module/spl/spl-mutex.c
+++ b/module/spl/spl-mutex.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) Mutex Implementation.
-\*****************************************************************************/
+ */
#include <sys/mutex.h>
diff --git a/module/spl/spl-proc.c b/module/spl/spl-proc.c
index 05c1a5dbc..848eebffe 100644
--- a/module/spl/spl-proc.c
+++ b/module/spl/spl-proc.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) Proc Implementation.
-\*****************************************************************************/
+ */
#include <sys/systeminfo.h>
#include <sys/kstat.h>
diff --git a/module/spl/spl-rwlock.c b/module/spl/spl-rwlock.c
index d99ef4f92..e497775e6 100644
--- a/module/spl/spl-rwlock.c
+++ b/module/spl/spl-rwlock.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) Reader/Writer Lock Implementation.
-\*****************************************************************************/
+ */
#include <sys/rwlock.h>
diff --git a/module/spl/spl-thread.c b/module/spl/spl-thread.c
index b0f4d5715..92eba42ba 100644
--- a/module/spl/spl-thread.c
+++ b/module/spl/spl-thread.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) Thread Implementation.
-\*****************************************************************************/
+ */
#include <sys/thread.h>
#include <sys/kmem.h>
diff --git a/module/spl/spl-vnode.c b/module/spl/spl-vnode.c
index 346e63c0f..a54807db1 100644
--- a/module/spl/spl-vnode.c
+++ b/module/spl/spl-vnode.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) Vnode Implementation.
-\*****************************************************************************/
+ */
#include <sys/cred.h>
#include <sys/vnode.h>
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>
diff --git a/module/spl/spl-zlib.c b/module/spl/spl-zlib.c
index 77c2a1dde..609bf5048 100644
--- a/module/spl/spl-zlib.c
+++ b/module/spl/spl-zlib.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).
@@ -50,7 +50,7 @@
*
* Jean-loup Gailly
* Mark Adler
-\*****************************************************************************/
+ */
#include <sys/kmem.h>
diff --git a/module/splat/splat-atomic.c b/module/splat/splat-atomic.c
index b8759e01f..8aaa0835d 100644
--- a/module/splat/splat-atomic.c
+++ b/module/splat/splat-atomic.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 Tests (SPLAT) Atomic Tests.
-\*****************************************************************************/
+ */
#include <sys/atomic.h>
#include <sys/thread.h>
diff --git a/module/splat/splat-condvar.c b/module/splat/splat-condvar.c
index 5a9b40f92..0804baf50 100644
--- a/module/splat/splat-condvar.c
+++ b/module/splat/splat-condvar.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 Tests (SPLAT) Condition Variable Tests.
-\*****************************************************************************/
+ */
#include <sys/condvar.h>
#include <sys/timer.h>
diff --git a/module/splat/splat-cred.c b/module/splat/splat-cred.c
index 5b07a1fe7..f13c0f752 100644
--- a/module/splat/splat-cred.c
+++ b/module/splat/splat-cred.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 Tests (SPLAT) Credential Tests.
-\*****************************************************************************/
+ */
#include <sys/cred.h>
#include <sys/random.h>
diff --git a/module/splat/splat-ctl.c b/module/splat/splat-ctl.c
index 8452f1363..cf6850100 100644
--- a/module/splat/splat-ctl.c
+++ b/module/splat/splat-ctl.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).
@@ -41,7 +41,7 @@
* splat command line tool can be used to display all available
* subsystems and tests. It can also be used to run the full suite
* of regression tests or particular tests.
-\*****************************************************************************/
+ */
#include <sys/debug.h>
#include <sys/mutex.h>
diff --git a/module/splat/splat-generic.c b/module/splat/splat-generic.c
index b8f6edc65..e256c83f0 100644
--- a/module/splat/splat-generic.c
+++ b/module/splat/splat-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 Tests (SPLAT) Generic Tests.
-\*****************************************************************************/
+ */
#include <sys/sunddi.h>
#include <linux/math64_compat.h>
diff --git a/module/splat/splat-internal.h b/module/splat/splat-internal.h
index 9ae6c1d0c..97c10acfd 100644
--- a/module/splat/splat-internal.h
+++ b/module/splat/splat-internal.h
@@ -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).
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License along
* with the SPL. If not, see <http://www.gnu.org/licenses/>.
-\*****************************************************************************/
+ */
#ifndef _SPLAT_INTERNAL_H
#define _SPLAT_INTERNAL_H
diff --git a/module/splat/splat-kmem.c b/module/splat/splat-kmem.c
index d0649ad9a..282f42d77 100644
--- a/module/splat/splat-kmem.c
+++ b/module/splat/splat-kmem.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 Tests (SPLAT) Kmem Tests.
-\*****************************************************************************/
+ */
#include <sys/kmem.h>
#include <sys/kmem_cache.h>
diff --git a/module/splat/splat-kobj.c b/module/splat/splat-kobj.c
index 6d78cb3e0..bd44de395 100644
--- a/module/splat/splat-kobj.c
+++ b/module/splat/splat-kobj.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 Tests (SPLAT) Kobj Tests.
-\*****************************************************************************/
+ */
#include <sys/kobj.h>
#include "splat-internal.h"
diff --git a/module/splat/splat-linux.c b/module/splat/splat-linux.c
index b5a1f142e..1565d74a3 100644
--- a/module/splat/splat-linux.c
+++ b/module/splat/splat-linux.c
@@ -1,4 +1,4 @@
-/*****************************************************************************\
+/*
* Copyright (C) 2011 Lawrence Livermore National Security, LLC.
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
* Written by Brian Behlendorf <[email protected]>.
@@ -21,7 +21,7 @@
* with the SPL. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************
* Solaris Porting LAyer Tests (SPLAT) Kernel Compatibility Tests.
-\*****************************************************************************/
+ */
#include <sys/kmem.h>
#include <linux/mm_compat.h>
diff --git a/module/splat/splat-list.c b/module/splat/splat-list.c
index bfbaf23c7..8a5f3c937 100644
--- a/module/splat/splat-list.c
+++ b/module/splat/splat-list.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 Tests (SPLAT) List Tests.
-\*****************************************************************************/
+ */
#include <sys/list.h>
#include <sys/kmem.h>
diff --git a/module/splat/splat-mutex.c b/module/splat/splat-mutex.c
index 71291bbd4..202e6c0f6 100644
--- a/module/splat/splat-mutex.c
+++ b/module/splat/splat-mutex.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 Tests (SPLAT) Mutex Tests.
-\*****************************************************************************/
+ */
#include <sys/mutex.h>
#include <sys/taskq.h>
diff --git a/module/splat/splat-random.c b/module/splat/splat-random.c
index 670931a8c..2ddb823fc 100644
--- a/module/splat/splat-random.c
+++ b/module/splat/splat-random.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 Tests (SPLAT) Random Number Generator Tests.
-\*****************************************************************************/
+ */
#include <sys/random.h>
#include <sys/kmem.h>
diff --git a/module/splat/splat-rwlock.c b/module/splat/splat-rwlock.c
index 5d3ffb195..562a5f047 100644
--- a/module/splat/splat-rwlock.c
+++ b/module/splat/splat-rwlock.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 Tests (SPLAT) Read/Writer Lock Tests.
-\*****************************************************************************/
+ */
#include <sys/random.h>
#include <sys/rwlock.h>
diff --git a/module/splat/splat-taskq.c b/module/splat/splat-taskq.c
index 6d22018fc..ff73e103a 100644
--- a/module/splat/splat-taskq.c
+++ b/module/splat/splat-taskq.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 Tests (SPLAT) Task Queue Tests.
-\*****************************************************************************/
+ */
#include <sys/kmem.h>
#include <sys/vmem.h>
diff --git a/module/splat/splat-thread.c b/module/splat/splat-thread.c
index e99d69101..f2e6bf15e 100644
--- a/module/splat/splat-thread.c
+++ b/module/splat/splat-thread.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 Tests (SPLAT) Thread Tests.
-\*****************************************************************************/
+ */
#include <sys/thread.h>
#include <sys/random.h>
diff --git a/module/splat/splat-time.c b/module/splat/splat-time.c
index 5b5ad62f6..a0e261956 100644
--- a/module/splat/splat-time.c
+++ b/module/splat/splat-time.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 Tests (SPLAT) Time Tests.
-\*****************************************************************************/
+ */
#include <sys/time.h>
#include <linux/mm_compat.h>
diff --git a/module/splat/splat-vnode.c b/module/splat/splat-vnode.c
index ad69cf642..9b308975c 100644
--- a/module/splat/splat-vnode.c
+++ b/module/splat/splat-vnode.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 Tests (SPLAT) Vnode Tests.
-\*****************************************************************************/
+ */
#include <sys/vnode.h>
#include "splat-internal.h"
diff --git a/module/splat/splat-zlib.c b/module/splat/splat-zlib.c
index dc9211838..28e521c82 100644
--- a/module/splat/splat-zlib.c
+++ b/module/splat/splat-zlib.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 Tests (SPLAT) Zlib Compression Tests.
-\*****************************************************************************/
+ */
#include <sys/zmod.h>
#include <sys/random.h>