The branch stable/13 has been updated by melifaro:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f9f0d2f475e05ad88120ef1c0a645d2aa6dc3e94

commit f9f0d2f475e05ad88120ef1c0a645d2aa6dc3e94
Author:     Alexander V. Chernikov <[email protected]>
AuthorDate: 2023-02-24 10:37:51 +0000
Commit:     Alexander V. Chernikov <[email protected]>
CommitDate: 2023-02-24 10:38:41 +0000

    netlink: fix style(9) after c3d3f3594fdf.
    
    No functional changes.
    
    Reported by:    karels
---
 sys/kern/uipc_sockbuf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c
index 277965412779..aa8c2345c21f 100644
--- a/sys/kern/uipc_sockbuf.c
+++ b/sys/kern/uipc_sockbuf.c
@@ -693,7 +693,7 @@ sbsetopt(struct socket *so, int cmd, u_long cc)
                        if (*lowat > *hiwat)
                                *lowat = *hiwat;
                } else {
-                        u_long limit = sogetmaxbuf(so);
+                       u_long limit = sogetmaxbuf(so);
                        if (!sbreserve_locked_limit(sb, cc, so, limit, 
curthread))
                                error = ENOBUFS;
                }

Reply via email to