Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 10:39:06 GMT
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f9f0d2f475e0 - stable/13 - netlink: fix style(9) after c3d3f3594fdf.
Message-ID:  <202302241039.31OAd6LJ006338@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by melifaro:

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

commit f9f0d2f475e05ad88120ef1c0a645d2aa6dc3e94
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2023-02-24 10:37:51 +0000
Commit:     Alexander V. Chernikov <melifaro@FreeBSD.org>
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;
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302241039.31OAd6LJ006338>