diff options
author | Olaf Faaland <[email protected]> | 2017-10-04 12:33:43 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-10-09 14:27:27 -0700 |
commit | 4b393c50ae0e74b351534030d8b87f1967832d09 (patch) | |
tree | 620e43913e024cee1fac37509a3512dcb30e91d9 /module/spl | |
parent | e8474f9ad3b3d23c3277535c4f53f8fd1e6cbd74 (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')
-rw-r--r-- | module/spl/spl-atomic.c | 4 | ||||
-rw-r--r-- | module/spl/spl-cred.c | 4 | ||||
-rw-r--r-- | module/spl/spl-err.c | 4 | ||||
-rw-r--r-- | module/spl/spl-generic.c | 4 | ||||
-rw-r--r-- | module/spl/spl-kobj.c | 4 | ||||
-rw-r--r-- | module/spl/spl-kstat.c | 4 | ||||
-rw-r--r-- | module/spl/spl-mutex.c | 4 | ||||
-rw-r--r-- | module/spl/spl-proc.c | 4 | ||||
-rw-r--r-- | module/spl/spl-rwlock.c | 4 | ||||
-rw-r--r-- | module/spl/spl-thread.c | 4 | ||||
-rw-r--r-- | module/spl/spl-vnode.c | 4 | ||||
-rw-r--r-- | module/spl/spl-xdr.c | 4 | ||||
-rw-r--r-- | module/spl/spl-zlib.c | 4 |
13 files changed, 26 insertions, 26 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> |