summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2012-01-16 20:42:56 +0000
committerpluknet <pluknet@FreeBSD.org>2012-01-16 20:42:56 +0000
commitb3d0f7050acb35148d491533ea71f95217daa64e (patch)
tree1d0e9209866fb4f0fc44c630296f9df92ba2e249 /sys/kern
parent3d0182b53d95999dabeea9b1e384b615eeceeba4 (diff)
downloadFreeBSD-src-b3d0f7050acb35148d491533ea71f95217daa64e.zip
FreeBSD-src-b3d0f7050acb35148d491533ea71f95217daa64e.tar.gz
Be pedantic and change // comment to C-style one.
Noticed by: Bruce Evans
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index ced3261..c2562de 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -633,7 +633,7 @@ intr_event_add_handler(struct intr_event *ie, const char *name,
mtx_lock(&ie->ie_lock);
it->it_event = ie;
ih->ih_thread = it;
- ithread_update(it); // XXX - do we really need this?!?!?
+ ithread_update(it); /* XXX - do we really need this?!?!? */
} else { /* Create the global per-event thread if we need one. */
while (ie->ie_thread == NULL && handler != NULL) {
if (ie->ie_flags & IE_ADDING_THREAD)
OpenPOWER on IntegriCloud