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/39f1817c6bf8
branches:  trunk
changeset: 948825:39f1817c6bf8
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Jan 01 14:04:17 2021 +0000

description:
Nix trailing whitespace.

diffstat:

 sys/kern/subr_lockdebug.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r d5decbdc0b23 -r 39f1817c6bf8 sys/kern/subr_lockdebug.c
--- a/sys/kern/subr_lockdebug.c Fri Jan 01 13:43:34 2021 +0000
+++ b/sys/kern/subr_lockdebug.c Fri Jan 01 14:04:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_lockdebug.c,v 1.77 2020/05/15 13:09:02 maxv Exp $ */
+/*     $NetBSD: subr_lockdebug.c,v 1.78 2021/01/01 14:04:17 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_lockdebug.c,v 1.77 2020/05/15 13:09:02 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_lockdebug.c,v 1.78 2021/01/01 14:04:17 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -603,7 +603,7 @@
                            ld_chain);
                }
                ld->ld_flags &= ~LD_LOCKED;
-               ld->ld_unlocked = where;                
+               ld->ld_unlocked = where;
                ld->ld_lwp = NULL;
        }
        __cpu_simple_unlock(&ld->ld_spinlock);
@@ -612,7 +612,7 @@
 
 /*
  * lockdebug_barrier:
- *     
+ *
  *     Panic if we hold more than one specified lock, and optionally, if we
  *     hold any sleep locks.
  */
@@ -1023,7 +1023,7 @@
        int s;
 
        s = splhigh();
-       if ((ld = lockdebug_lookup(func, line, lock, 
+       if ((ld = lockdebug_lookup(func, line, lock,
                        (uintptr_t) __builtin_return_address(0))) != NULL) {
                lockdebug_abort1(func, line, ld, s, msg, true);
                return;



Home | Main Index | Thread Index | Old Index