Fri Jan 1 14:04:17 2021 UTC ()
Nix trailing whitespace.


(riastradh)
diff -r1.77 -r1.78 src/sys/kern/subr_lockdebug.c

cvs diff -r1.77 -r1.78 src/sys/kern/subr_lockdebug.c (expand / switch to context diff)
--- src/sys/kern/subr_lockdebug.c 2020/05/15 13:09:02 1.77
+++ src/sys/kern/subr_lockdebug.c 2021/01/01 14:04:17 1.78
@@ -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;