From 4b393c50ae0e74b351534030d8b87f1967832d09 Mon Sep 17 00:00:00 2001 From: Olaf Faaland Date: Wed, 4 Oct 2017 12:33:43 -0400 Subject: Make file headers conform to ZFS style standard No semantic changes. Change /************\ and \************/ to /* and */ Signed-off-by: Olaf Faaland --- include/linux/delay_compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/linux/delay_compat.h') diff --git a/include/linux/delay_compat.h b/include/linux/delay_compat.h index fc9ff66f5..0c91a24d6 100644 --- a/include/linux/delay_compat.h +++ b/include/linux/delay_compat.h @@ -1,4 +1,4 @@ -/*****************************************************************************\ +/* * Copyright (C) 2007-2013 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 . -\*****************************************************************************/ + */ #ifndef _SPL_DELAY_COMPAT_H #define _SPL_DELAY_COMPAT_H -- cgit v1.2.3