diff options
Diffstat (limited to 'module/splat/splat-taskq.c')
-rw-r--r-- | module/splat/splat-taskq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/splat/splat-taskq.c b/module/splat/splat-taskq.c index 6d22018fc..ff73e103a 100644 --- a/module/splat/splat-taskq.c +++ b/module/splat/splat-taskq.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 Tests (SPLAT) Task Queue Tests. -\*****************************************************************************/ + */ #include <sys/kmem.h> #include <sys/vmem.h> |