diff options
Diffstat (limited to 'include/linux/bitops_compat.h')
-rw-r--r-- | include/linux/bitops_compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/bitops_compat.h b/include/linux/bitops_compat.h index 0a3ac16f4..dc7ed8600 100644 --- a/include/linux/bitops_compat.h +++ b/include/linux/bitops_compat.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_BITOPS_COMPAT_H #define _SPL_BITOPS_COMPAT_H |