diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-02-22 21:44:33 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-02-22 21:44:33 +0000 |
| commit | fd4d6924a4e7510a985bc580988fb33c2d91d960 (patch) | |
| tree | 983a66aacdb9b5f2961542bca30be0f84d30a2ad /sys | |
| parent | 5078ad531c0efa0c04beab6983dbe1f6226ead91 (diff) | |
rumpkern/lwproc.c: Nix trailing whitespace.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/rump/librump/rumpkern/lwproc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/rump/librump/rumpkern/lwproc.c b/sys/rump/librump/rumpkern/lwproc.c index 9f350fbf7d4..e48a1d14dea 100644 --- a/sys/rump/librump/rumpkern/lwproc.c +++ b/sys/rump/librump/rumpkern/lwproc.c @@ -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 @@ lwp_unsleep(lwp_t *l, bool cleanup) /* * Look up a live LWP within the specified process. - * + * * Must be called with p->p_lock held. */ struct lwp * @@ -338,7 +338,7 @@ lwproc_freelwp(struct lwp *l) kmem_free(l, sizeof(*l)); if (p->p_stat == SDEAD) - lwproc_proc_free(p); + lwproc_proc_free(p); } extern kmutex_t unruntime_lock; |
