diff options
Diffstat (limited to 'module/spl/spl-xdr.c')
-rw-r--r-- | module/spl/spl-xdr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/spl/spl-xdr.c b/module/spl/spl-xdr.c index 9405dc88d..04a337c2b 100644 --- a/module/spl/spl-xdr.c +++ b/module/spl/spl-xdr.c @@ -1,4 +1,4 @@ -/*****************************************************************************\ +/* * Copyright (c) 2008-2010 Sun Microsystems, Inc. * Written by Ricardo Correia <[email protected]> * @@ -19,7 +19,7 @@ * with the SPL. If not, see <http://www.gnu.org/licenses/>. ***************************************************************************** * Solaris Porting Layer (SPL) XDR Implementation. -\*****************************************************************************/ + */ #include <linux/string.h> #include <sys/kmem.h> |