From nobody Sat Apr 19 16:47:43 2025 X-Original-To: dev-commits-src-main@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 4ZfyH35lFsz5t9FM; Sat, 19 Apr 2025 16:47:43 +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 "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZfyH33c34z3qMF; Sat, 19 Apr 2025 16:47:43 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1745081263; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=How6GBCqcFPYor2dmolowZNH3U4GdF2ye4SlGLE+5ws=; b=RNmcjBqpRPwkie8AG9qFYPga9byCiYJcM7gkEbgMnaSnSUykgC1rx6mVUTl/UgUhcSNJiO SA4uNa4AtGX9jSSvfmsMqImYJSZ3VEtdHxoqNAn4ptM0HXW1ixB4kQMzBv5F/TycLUpwua rmAuQ8+Ge+/VLe49SdJ4tmtun5hLA8/nRLhCKkKy8MrkzOIWI6i3YP0pt07ZoXXUdil8W6 cbsgerA0mXr2+j0S93org69MBvBz/hw66GF+kPIjhdDTDreZLashUCe5BBbHGEbIV7pfi7 u+CJ8ftApNawkIOx/woUJJb/NoDB79TcHA1aMDYoaAXKRjqYaBPEqU1HufWinQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1745081263; a=rsa-sha256; cv=none; b=IoD5PBU4z6tkznSko46APWwyBuTcLFipzUWTPkESpeOVHV37inLw4UjOi1fFH9/oV0yeW0 YyF+iDZcA+WheTPeXdfQsSdet78Fsgwraijrctr5HQJFkBMfvCZLRxMp03rRMAJZ5or0lw ZYUM1sIi1Ls5GTaGuO2tFh3XhzWirY9CRs4ozbSuZ9au4JrQLtfpfYfi4u6oTAIGA5+Sy3 CKr2xwiFcH0lXYFfchUsdDJHAU4U69EUPyJtt5pffmIWgJug3B/X0F+31T88VWviQk7fLR J6fRQ9vNA4fDnAejtY+kyUm7W5+RkQ2/RhEoBWqjet16HW+1/s+avQ902bYHig== 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=1745081263; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=How6GBCqcFPYor2dmolowZNH3U4GdF2ye4SlGLE+5ws=; b=eLRKHyI+/9uyQqDrfzGOpFMn3KAqe108De4VtkrTqFvBPdDWAP+vj4gyO/hG6GoDGe2P4D 7/HwGcqGo1T+LX3Bao75QEtqeDG1REGnWUq8J8ttC0Z+BKbNxBn19amB338IjStKCDm+Tz uhLu0IG6KwREebtqh7TmgZmPTBg6C4S+J4F2V0iUSYPLLOpdu465I12n0feqUkHlGuLBp1 8DZcMhIyZosPut8CA68mKmD0/TFmv3kyydh+mwwMgnmp1cruG9cutvNTrE1lto7Ccc6Gt3 gTtQ0xr/FD3aDu65ctqC2NRUcpthqkLrCY/dVgwAoas0xiXIS4nIHJWelgyopQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ZfyH32vtVzBJB; Sat, 19 Apr 2025 16:47:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 53JGlhUd028757; Sat, 19 Apr 2025 16:47:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 53JGlhNm028754; Sat, 19 Apr 2025 16:47:43 GMT (envelope-from git) Date: Sat, 19 Apr 2025 16:47:43 GMT Message-Id: <202504191647.53JGlhNm028754@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alexander Ziaee Subject: git: 992479b0f6b7 - main - OF_node_from_xref.9: Fix function name typo + spdx List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 992479b0f6b770ee6d6e52e75884b692eb4b75aa Auto-Submitted: auto-generated The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=992479b0f6b770ee6d6e52e75884b692eb4b75aa commit 992479b0f6b770ee6d6e52e75884b692eb4b75aa Author: Alexander Ziaee AuthorDate: 2025-04-19 16:46:46 +0000 Commit: Alexander Ziaee CommitDate: 2025-04-19 16:46:53 +0000 OF_node_from_xref.9: Fix function name typo + spdx MFC after: 3 days Reported by: Setesh Strong on Community Discord Fixes: ac32b99c2b9 (Add documentation for OpenFirmware) Reviewed by: carlavilla, kevans Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D49653 --- share/man/man9/OF_node_from_xref.9 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man9/OF_node_from_xref.9 b/share/man/man9/OF_node_from_xref.9 index bd5e2bcab68f..755c82951382 100644 --- a/share/man/man9/OF_node_from_xref.9 +++ b/share/man/man9/OF_node_from_xref.9 @@ -1,4 +1,6 @@ .\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2018 Oleksandr Tymoshenko .\" .\" All rights reserved. @@ -70,9 +72,9 @@ If one cannot be found or the OpenFirmware implementation does not support effective phandles, the function returns the input value. .Pp -.Fn OF_xref_from_xref +.Fn OF_xref_from_node returns the effective phandle for the kernel phandle -.Fa xref . +.Fa node . If one cannot be found or the OpenFirmware implementation does not support effective phandles, the function returns the input value.