Module Name: src
Committed By: rin
Date: Tue Mar 2 01:20:35 UTC 2021
Modified Files:
src/sys/kern: subr_lockdebug.c
Log Message:
KNF. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/kern/subr_lockdebug.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/subr_lockdebug.c
diff -u src/sys/kern/subr_lockdebug.c:1.79 src/sys/kern/subr_lockdebug.c:1.80
--- src/sys/kern/subr_lockdebug.c:1.79 Fri Jan 1 14:08:33 2021
+++ src/sys/kern/subr_lockdebug.c Tue Mar 2 01:20:35 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_lockdebug.c,v 1.79 2021/01/01 14:08:33 riastradh Exp $ */
+/* $NetBSD: subr_lockdebug.c,v 1.80 2021/03/02 01:20:35 rin 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.79 2021/01/01 14:08:33 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_lockdebug.c,v 1.80 2021/03/02 01:20:35 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -851,7 +851,8 @@ static void
lockdebug_show_trace(const void *ptr,
void (*pr)(const char *, ...) __printflike(1, 2))
{
- db_stack_trace_print((db_expr_t)(intptr_t)ptr, true, 32, "a", pr);
+
+ db_stack_trace_print((db_expr_t)(intptr_t)ptr, true, 32, "a", pr);
}
static void