Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/99d4cb841cf2
branches:  trunk
changeset: 822406:99d4cb841cf2
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Mar 18 20:01:44 2017 +0000

description:
Nix trailing whitespace.

diffstat:

 sys/kern/vfs_cache.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e6ec127d37c4 -r 99d4cb841cf2 sys/kern/vfs_cache.c
--- a/sys/kern/vfs_cache.c      Sat Mar 18 20:00:10 2017 +0000
+++ b/sys/kern/vfs_cache.c      Sat Mar 18 20:01:44 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_cache.c,v 1.115 2017/03/18 20:00:10 riastradh Exp $        */
+/*     $NetBSD: vfs_cache.c,v 1.116 2017/03/18 20:01:44 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_cache.c,v 1.115 2017/03/18 20:00:10 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_cache.c,v 1.116 2017/03/18 20:01:44 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -900,7 +900,7 @@
        int error;
 
        TAILQ_INIT(&nclruhead);
-       namecache_cache = pool_cache_init(sizeof(struct namecache), 
+       namecache_cache = pool_cache_init(sizeof(struct namecache),
            coherency_unit, 0, 0, "ncache", NULL, IPL_NONE, cache_ctor,
            cache_dtor, NULL);
        KASSERT(namecache_cache != NULL);
@@ -1087,7 +1087,7 @@
 }
 
 /*
- * Scan global list invalidating entries until we meet a preset target. 
+ * Scan global list invalidating entries until we meet a preset target.
  * Prefer to invalidate entries that have not scored a hit within
  * cache_hottime seconds.  We sort the LRU list only for this routine's
  * benefit.



Home | Main Index | Thread Index | Old Index