From 470409eadfb39482942c64ee6237c457844a1c9b Mon Sep 17 00:00:00 2001 From: yamt Date: Mon, 22 Apr 2013 13:13:20 +0000 Subject: [PATCH] whitespace --- sys/kern/subr_kmem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/kern/subr_kmem.c b/sys/kern/subr_kmem.c index 7817f7370c67..cb26a6bf89b2 100644 --- a/sys/kern/subr_kmem.c +++ b/sys/kern/subr_kmem.c @@ -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 -__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 #include @@ -380,7 +380,7 @@ kmem_create_caches(const struct kmem_cache_info *array, 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,