From patchwork Tue Feb 11 06:23:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 13969795 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2D7811E990A; Tue, 11 Feb 2025 06:23:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739254995; cv=none; b=F7BYt4fEsMAKm6eNYP9jPrZdPOagTXcy/QJF65XISqrfKlIUZ2PSwCs1Db14e0Hkyp/zbAguNp9UJEBOjN6dlaK0S/NQYrSgP6zku4+4yGX9TWNWBkfGuCOZWj3qlBursp9SPJGdDj6IrsuirQT32VpCkiMC+pXq98vdRbtmFfA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739254995; c=relaxed/simple; bh=mcoeXqisQ9cCp+d9XJhL6+xR7Bjlo3DbBhHTGHu6E1M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=nNLE44K8NbCdjcdNnLt9h15Bz4A1eQ4sKTBxfZRuoYiqHs/nmDFVFNAuFdksYIowhIxiIy6Yu5Z+Uj9g8VNqSlOPEfdTxMBwuG0/qB4Mr7TQTukL/EZfioqkd7TnrsvjoyGH5KuuU64KIBPMc654MJgCh9wEZSXCD9y1gyWtMPg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sVN5nM0t; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sVN5nM0t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7668C4CEEC; Tue, 11 Feb 2025 06:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739254994; bh=mcoeXqisQ9cCp+d9XJhL6+xR7Bjlo3DbBhHTGHu6E1M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sVN5nM0tdhhy/eqByyC8XuNz3jFo4Gp+LWSGqFAzvzn93ltbUAis/axNGLDYhLCLP Nx7PcgBa7tXmIS4bC7MZp+jyAzj79R33cbLDxxsRxQ3KWuN5to3sU8dIuZWajsxuQa pbUfRU1uSbr3tN6Ozl7U8glhoKpLHOKJlCBek50XSwrqR9kB9J9CW4HOEdBAnwgYBX b1CBjgywTTR9/QQC5jzmgyEsksAz6Cs+8sv+My6iwWqUoHxq7/Brd4IH1CE7U52xrx 0ggOHmJcmidyCfbWDACfeFpIaCS/DTxEWXjSJhoFIpTa9SgUG1gvEaYrahmrQ5yH2J /8oJzsOXNQaWQ== Received: from mchehab by mail.kernel.org with local (Exim 4.98) (envelope-from ) id 1thjfs-00000008YBf-3lxF; Tue, 11 Feb 2025 07:23:12 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , "David S. Miller" , "Mauro Carvalho Chehab" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH 7/9] docs: networking: Allow creating cross-references statistics ABI Date: Tue, 11 Feb 2025 07:23:01 +0100 Message-ID: X-Mailer: git-send-email 2.48.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab X-Patchwork-Delegate: kuba@kernel.org Now that Documentation/ABI is processed by automarkup, let it generate cross-references for the corresponding ABI file. Signed-off-by: Mauro Carvalho Chehab Acked-by: Jakub Kicinski --- Documentation/networking/statistics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/networking/statistics.rst b/Documentation/networking/statistics.rst index 75e017dfa825..518284e287b0 100644 --- a/Documentation/networking/statistics.rst +++ b/Documentation/networking/statistics.rst @@ -143,7 +143,7 @@ reading multiple stats as it internally performs a full dump of and reports only the stat corresponding to the accessed file. Sysfs files are documented in -`Documentation/ABI/testing/sysfs-class-net-statistics`. +Documentation/ABI/testing/sysfs-class-net-statistics. netlink