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 --- module/spl/spl-generic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/spl/spl-generic.c') 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 . ***************************************************************************** * Solaris Porting Layer (SPL) Generic Implementation. -\*****************************************************************************/ + */ #include #include -- cgit v1.2.3