Module Name:    src
Committed By:   simonb
Date:           Mon Sep  4 09:13:23 UTC 2023

Modified Files:
        src/sys/kern: kern_proc.c

Log Message:
Whitespace nit.


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 src/sys/kern/kern_proc.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/kern_proc.c
diff -u src/sys/kern/kern_proc.c:1.270 src/sys/kern/kern_proc.c:1.271
--- src/sys/kern/kern_proc.c:1.270	Sun Apr  9 09:18:09 2023
+++ src/sys/kern/kern_proc.c	Mon Sep  4 09:13:23 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_proc.c,v 1.270 2023/04/09 09:18:09 riastradh Exp $	*/
+/*	$NetBSD: kern_proc.c,v 1.271 2023/09/04 09:13:23 simonb Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.270 2023/04/09 09:18:09 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.271 2023/09/04 09:13:23 simonb Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_kstack.h"
@@ -118,7 +118,7 @@ __KERNEL_RCSID(0, "$NetBSD: kern_proc.c,
 struct proclist		allproc		__cacheline_aligned;
 struct proclist		zombproc	__cacheline_aligned;
 
- kmutex_t		proc_lock	__cacheline_aligned;
+kmutex_t		proc_lock	__cacheline_aligned;
 static pserialize_t	proc_psz;
 
 /*

Reply via email to