summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-22 05:42:29 +0000
committertrasz <trasz@FreeBSD.org>2010-07-22 05:42:29 +0000
commita5239fb269b12b99a580264d4df46692b5078fd0 (patch)
treef0b414c78eb01b495bcc53f824242b34b93ce126 /sys/kern
parenta3a4697ac6f69c2c12816ee08c37d430bba761af (diff)
downloadFreeBSD-src-a5239fb269b12b99a580264d4df46692b5078fd0.zip
FreeBSD-src-a5239fb269b12b99a580264d4df46692b5078fd0.tar.gz
Remove spurious '/*-' marks and fix some other style problems.
Submitted by: bde@
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c7
-rw-r--r--sys/kern/uipc_usrreq.c2
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index d608e25..e4d8419 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -539,10 +539,9 @@ proc0_init(void *dummy __unused)
vm_map_init(&vmspace0.vm_map, vmspace_pmap(&vmspace0),
p->p_sysent->sv_minuser, p->p_sysent->sv_maxuser);
- /*-
- * call the init and ctor for the new thread and proc
- * we wait to do this until all other structures
- * are fairly sane.
+ /*
+ * Call the init and ctor for the new thread and proc. We wait
+ * to do this until all other structures are fairly sane.
*/
EVENTHANDLER_INVOKE(process_init, p);
EVENTHANDLER_INVOKE(thread_init, td);
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index fdf3d902..63437bc 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -165,7 +165,7 @@ SYSCTL_ULONG(_net_local_seqpacket, OID_AUTO, recvspace, CTLFLAG_RW,
SYSCTL_INT(_net_local, OID_AUTO, inflight, CTLFLAG_RD, &unp_rights, 0,
"File descriptors in flight.");
-/*-
+/*
* Locking and synchronization:
*
* Three types of locks exit in the local domain socket implementation: a
OpenPOWER on IntegriCloud