Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern rumpkern/lwproc.c: Nix trailing wh...
details: https://anonhg.NetBSD.org/src/rev/cd60f018baf3
branches: trunk
changeset: 373641:cd60f018baf3
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Feb 22 21:44:33 2023 +0000
description:
rumpkern/lwproc.c: Nix trailing whitespace.
diffstat:
sys/rump/librump/rumpkern/lwproc.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 726653cbc30c -r cd60f018baf3 sys/rump/librump/rumpkern/lwproc.c
--- a/sys/rump/librump/rumpkern/lwproc.c Wed Feb 22 21:44:21 2023 +0000
+++ b/sys/rump/librump/rumpkern/lwproc.c Wed Feb 22 21:44:33 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lwproc.c,v 1.52 2022/11/02 09:01:42 ozaki-r Exp $ */
+/* $NetBSD: lwproc.c,v 1.53 2023/02/22 21:44:33 riastradh Exp $ */
/*
* Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
#define RUMP__CURLWP_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lwproc.c,v 1.52 2022/11/02 09:01:42 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lwproc.c,v 1.53 2023/02/22 21:44:33 riastradh Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -73,7 +73,7 @@
/*
* Look up a live LWP within the specified process.
- *
+ *
* Must be called with p->p_lock held.
*/
struct lwp *
@@ -338,7 +338,7 @@
kmem_free(l, sizeof(*l));
if (p->p_stat == SDEAD)
- lwproc_proc_free(p);
+ lwproc_proc_free(p);
}
extern kmutex_t unruntime_lock;
Home |
Main Index |
Thread Index |
Old Index