Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern whitespace



details:   https://anonhg.NetBSD.org/src/rev/845a648ebe08
branches:  trunk
changeset: 786252:845a648ebe08
user:      yamt <yamt%NetBSD.org@localhost>
date:      Mon Apr 22 13:13:20 2013 +0000

description:
whitespace

diffstat:

 sys/kern/subr_kmem.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b7deb4d39d76 -r 845a648ebe08 sys/kern/subr_kmem.c
--- a/sys/kern/subr_kmem.c      Mon Apr 22 08:52:33 2013 +0000
+++ b/sys/kern/subr_kmem.c      Mon Apr 22 13:13:20 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_kmem.c,v 1.48 2013/04/21 02:44:15 uebayasi Exp $  */
+/*     $NetBSD: subr_kmem.c,v 1.49 2013/04/22 13:13:20 yamt Exp $      */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_kmem.c,v 1.48 2013/04/21 02:44:15 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_kmem.c,v 1.49 2013/04/22 13:13:20 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/callback.h>
@@ -380,7 +380,7 @@
                pa = &pool_allocator_kmem;
 #if defined(KMEM_POISON)
                pc = pool_cache_init(cache_size, align, 0, flags,
-                   name, pa, ipl,kmem_poison_ctor,
+                   name, pa, ipl, kmem_poison_ctor,
                    NULL, (void *)cache_size);
 #else /* defined(KMEM_POISON) */
                pc = pool_cache_init(cache_size, align, 0, flags,



Home | Main Index | Thread Index | Old Index