summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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