Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/f6b2d66e773f
branches:  trunk
changeset: 337328:f6b2d66e773f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 11 15:24:25 2015 +0000

description:
Trailing whitespace

diffstat:

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

diffs (27 lines):

diff -r 369e17a68c83 -r f6b2d66e773f sys/kern/kern_lock.c
--- a/sys/kern/kern_lock.c      Sat Apr 11 15:23:56 2015 +0000
+++ b/sys/kern/kern_lock.c      Sat Apr 11 15:24:25 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_lock.c,v 1.156 2015/04/11 15:23:56 skrll Exp $    */
+/*     $NetBSD: kern_lock.c,v 1.157 2015/04/11 15:24:25 skrll Exp $    */
 
 /*-
  * Copyright (c) 2002, 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_lock.c,v 1.156 2015/04/11 15:23:56 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_lock.c,v 1.157 2015/04/11 15:24:25 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -236,7 +236,7 @@
        /*
         * Now that we have kernel_lock, reset ci_biglock_wanted.  This
         * store must be unbuffered (immediately visible on the bus) in
-        * order for non-interlocked mutex release to work correctly. 
+        * order for non-interlocked mutex release to work correctly.
         * It must be visible before a mutex_exit() can execute on this
         * processor.
         *



Home | Main Index | Thread Index | Old Index