summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2005-01-07 03:25:45 +0000
committercperciva <cperciva@FreeBSD.org>2005-01-07 03:25:45 +0000
commit30e2899111c37d1cb5ca186be091ec193aa514a0 (patch)
tree33836fd268450478e586910a2b785ad73675e9c0 /sys/kern/kern_timeout.c
parent69e3b33000467f19acf908cfae09bc822bf00d40 (diff)
downloadFreeBSD-src-30e2899111c37d1cb5ca186be091ec193aa514a0.zip
FreeBSD-src-30e2899111c37d1cb5ca186be091ec193aa514a0.tar.gz
Adjust two of my comments to the new world order: Indent protection in
the first column is performed using /**, not /*-.
Diffstat (limited to 'sys/kern/kern_timeout.c')
-rw-r--r--sys/kern/kern_timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index a516a7d..b55589e 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -74,7 +74,7 @@ struct mtx dont_sleep_in_callout;
static struct callout *nextsoftcheck; /* Next callout to be checked. */
-/*-
+/**
* Locked by callout_lock:
* curr_callout - If a callout is in progress, it is curr_callout.
* If curr_callout is non-NULL, threads waiting on
@@ -91,7 +91,7 @@ static struct callout *curr_callout;
static int wakeup_ctr;
static int wakeup_needed;
-/*-
+/**
* Locked by callout_wait_lock:
* callout_wait - If wakeup_needed is set, callout_wait will be
* triggered after the current callout finishes.
OpenPOWER on IntegriCloud