git: 5e0e6a9e2f83 - main - unix: wrap comments to fit in 80 char line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Aug 2026 17:45:55 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=5e0e6a9e2f838304346f2c83b1c2982fec9b92de
commit 5e0e6a9e2f838304346f2c83b1c2982fec9b92de
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2026-08-18 17:44:33 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2026-08-18 17:44:33 +0000
unix: wrap comments to fit in 80 char line
Fixes: 6563dcb6b1f57e51db63854f3774b52e672232ed
---
sys/kern/uipc_usrreq.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 1e1f340bd0c1..7f377f23cd46 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -3131,10 +3131,10 @@ unp_connectat_peer(struct thread *td, int fd, const char *buf,
NDFREE_PNBUF(&nd);
/*
- * Dispatch on the resolved vnode, then drop it: for the socket cases the
- * returned reference keeps the peer stable, so the caller holds no vnode
- * lock across unp_connect_peer() (which matters for the return_locked
- * datagram fast path).
+ * Dispatch on the resolved vnode, then drop it: for the socket cases
+ * the returned reference keeps the peer stable, so the caller holds
+ * no vnode lock across unp_connect_peer() (which matters for the
+ * return_locked * datagram fast path).
*
* A synthetic descriptor node -- as fdescfs fabricates for a /dev/fd/N
* path -- carries no type of its own (VNON); opening it yields the