From nobody Thu Apr 30 16:31:04 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g606K0V5Sz6bl42 for ; Thu, 30 Apr 2026 16:31:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g606J5ryCz3Hx0 for ; Thu, 30 Apr 2026 16:31:04 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777566664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Qi8bmYDCoT/KZQ2M0fAcGYkq8nn1zux9j2xeIExHXxQ=; b=ri/a0jw2LcChvFzpXg17iNP3kmYjjpIv77upuv2gqaPyaYg2r83aTdvpBedaAkbuuZBukr 6TM6oHB8WOezJj+SwhHP9CNCN0wBU5xpU7fV2Bt7AJ+xzJNMZrlA9gzCfU89QmhVBb9kNN exbDzAl2CnkqDuKEvaUCMChq8dbIR3n9s/jZx1M4B81m8Wz3316DwnEhx9i/4219u6ZxME BeJMcDANRX6M3jWX8Ztgkr1d7ubeLUQpZaseDBlsdEuy1U080/Ye28vtjJSrZagN4CQFVu uZB7UZSD9UP9/5UwEpiJGkOhgjMwuswZFeWvJ6EA2rcnk9YodkH/HllAFNFvYw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777566664; a=rsa-sha256; cv=none; b=u8p5b4wSp3XAiK268fjxNgyUVWe3pFhq9calfmtPnTnvqdgWjt91c3JFgn0R6FHxkRA+9V vsfWse3oU7HSBow3ccJfmSDjpxu0UCcaiURCONN5eUnAADnR9S2D0JjmkiJNpdR27NvBe6 fySKvaV0Qzigo8TDwEslrYvljXjnkFO2zwUDnNq4SJ24boH63A+86BqlraL63waLfswmuy wvFHNO/g3VhI2AK4l/dlhu01/fQE/RlDfAOHvziOAIVzsovJvZburxGoxCBSHlPxgkCqC6 iWzSQWq72bqM6YuCTWrAL//0Ovz8BRSpGxuEln7RwJTXS7WAZFkud8Men1Fmtg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777566664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Qi8bmYDCoT/KZQ2M0fAcGYkq8nn1zux9j2xeIExHXxQ=; b=TRtjiJ2DErU4kzfTOwAHmko3ZNJGqZB4CXoOcLLNZWEVqmMcEm0K6vXRQ94tFKdYgXSDGE jCmjOSxxcIJkZGhOdCRV1cWR7/DBAH9F8wsWXCgAH0L3sAmujkJ7haAW6Ox0RLXYizQzy/ oYL24sBrsGHiEs8kFlXEqbnJWI/58VCv5qMD35YL8azZRSFVtdifGjRLtjAsGye+i3HXqY Wu12CFOha1VEwHu6y8lQLyZXMRQU7rJ7YcgQxhHrHy0nl/rfJu654UxPTOVbL4hJuo3+Vx YrU2wS/5oaSbXa5N1+XuAKRl8VL3mbpR3gxt6iyf7soyLSqqFxfQx9k+yl480w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g606J5NtVz3m5 for ; Thu, 30 Apr 2026 16:31:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 22184 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 30 Apr 2026 16:31:04 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Felipe Matarazzo From: Enji Cooper Subject: git: e1841a50d6a5 - main - fix typo: lenght -> length in netlink comment List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e1841a50d6a570517c2f3c9b94b9496cb5b60a9e Auto-Submitted: auto-generated Date: Thu, 30 Apr 2026 16:31:04 +0000 Message-Id: <69f383c8.22184.509581e6@gitrepo.freebsd.org> The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=e1841a50d6a570517c2f3c9b94b9496cb5b60a9e commit e1841a50d6a570517c2f3c9b94b9496cb5b60a9e Author: Felipe Matarazzo AuthorDate: 2026-04-29 16:14:35 +0000 Commit: Enji Cooper CommitDate: 2026-04-30 16:29:17 +0000 fix typo: lenght -> length in netlink comment Signed-off-by: Felipe Matarazzo Reviewed-by: ngie Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174 --- sys/netlink/netlink_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netlink/netlink_domain.c b/sys/netlink/netlink_domain.c index e906e0d635af..00e85f9c1ff1 100644 --- a/sys/netlink/netlink_domain.c +++ b/sys/netlink/netlink_domain.c @@ -724,7 +724,7 @@ nl_soreceive(struct socket *so, struct sockaddr **psa, struct uio *uio, * least one message, we would return it and won't truncate the next. * * We use same code for normal and MSG_PEEK case. At first queue pass - * we scan nl_bufs and count lenght. In case we can read entire buffer + * we scan nl_bufs and count length. In case we can read entire buffer * at one write everything is trivial. In case we can not, we save * pointer to the last (or partial) nl_buf and in the !peek case we * split the queue into two pieces. We can safely drop the queue lock,