git: 5e0e6a9e2f83 - main - unix: wrap comments to fit in 80 char line
Gleb Smirnoff <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a849a53.39ce5.8e685bc__5526.87824690423$1787075171$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=5e0e6a9e2f838304346f2c83b1c2982fec9b92de commit 5e0e6a9e2f838304346f2c83b1c2982fec9b92de Author: Gleb Smirnoff <[email protected]> AuthorDate: 2026-08-18 17:44:33 +0000 Commit: Gleb Smirnoff <[email protected]> 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