Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sys/lwp.h: Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/891a129c76a5
branches: trunk
changeset: 365129:891a129c76a5
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Apr 09 13:38:15 2022 +0000
description:
sys/lwp.h: Nix trailing whitespace.
diffstat:
sys/sys/lwp.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ab7c095d1789 -r 891a129c76a5 sys/sys/lwp.h
--- a/sys/sys/lwp.h Sat Apr 09 13:22:05 2022 +0000
+++ b/sys/sys/lwp.h Sat Apr 09 13:38:15 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lwp.h,v 1.213 2022/02/27 01:03:14 gutteridge Exp $ */
+/* $NetBSD: lwp.h,v 1.214 2022/04/09 13:38:15 riastradh Exp $ */
/*
* Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010, 2019, 2020
@@ -88,7 +88,7 @@
kmutex_t * volatile l_mutex; /* l: ptr to mutex on sched state */
struct turnstile *l_ts; /* l: current turnstile */
int l_stat; /* l: overall LWP status */
- int l__reserved; /* : padding - reuse as needed */
+ int l__reserved; /* : padding - reuse as needed */
/* Scheduling and overall state. */
#define l_startzero l_runq
@@ -272,7 +272,7 @@
/*
* The second set of flags is kept in l_pflag, and they are modified only by
- * the LWP itself, or modified when it's known the LWP cannot be running.
+ * the LWP itself, or modified when it's known the LWP cannot be running.
* LP_RUNNING is typically updated with the LWP locked, but not always in
* the case of soft interrupt handlers.
*/
Home |
Main Index |
Thread Index |
Old Index