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 /include/sys/kstat.h | |
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 'include/sys/kstat.h')
-rw-r--r-- | include/sys/kstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/kstat.h b/include/sys/kstat.h index 7862ab0a3..85909fc1f 100644 --- a/include/sys/kstat.h +++ b/include/sys/kstat.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 _SPL_KSTAT_H #define _SPL_KSTAT_H |