From nobody Tue Apr 14 22:43:26 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D8ACC19F2C for ; Sun, 31 Jul 2022 07:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236213AbiGaHG6 (ORCPT ); Sun, 31 Jul 2022 03:06:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230441AbiGaHG4 (ORCPT ); Sun, 31 Jul 2022 03:06:56 -0400 Received: from smtp.smtpout.orange.fr (smtp08.smtpout.orange.fr [80.12.242.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDD6B120AC for ; Sun, 31 Jul 2022 00:06:54 -0700 (PDT) Received: from pop-os.home ([90.11.190.129]) by smtp.orange.fr with ESMTPA id I32HoEw4QxFTAI32IoiMKa; Sun, 31 Jul 2022 09:06:53 +0200 X-ME-Helo: pop-os.home X-ME-Auth: YWZlNiIxYWMyZDliZWIzOTcwYTEyYzlhMmU3ZiQ1M2U2MzfzZDfyZTMxZTBkMTYyNDBjNDJlZmQ3ZQ== X-ME-Date: Sun, 31 Jul 2022 09:06:53 +0200 X-ME-IP: 90.11.190.129 From: Christophe JAILLET To: Mathieu Poirier , Suzuki K Poulose , Mike Leach , Leo Yan , Jonathan Corbet , Krzysztof Kozlowski , Rob Herring Cc: linux-kernel@vger.kernel.org, Christophe JAILLET , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org Subject: [PATCH] coresight: docs: Fix a broken reference Date: Sun, 31 Jul 2022 09:06:48 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Since the commit in Fixes: tag, "coresight-cpu-debug.txt" has been turned into "arm,coresight-cpu-debug.yaml". Update the doc accordingly to avoid a 'make htmldocs' warning Fixes: 66d052047ca8 ("dt-bindings: arm: Convert CoreSight CPU debug to DT s= chema") Signed-off-by: Christophe JAILLET Reviewed-by: James Clark --- Documentation/trace/coresight/coresight-cpu-debug.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/trace/coresight/coresight-cpu-debug.rst b/Docume= ntation/trace/coresight/coresight-cpu-debug.rst index 993dd294b81b..836b35532667 100644 --- a/Documentation/trace/coresight/coresight-cpu-debug.rst +++ b/Documentation/trace/coresight/coresight-cpu-debug.rst @@ -117,7 +117,8 @@ divide into below cases: Device Tree Bindings -------------------- =20 -See Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt for deta= ils. +See Documentation/devicetree/bindings/arm/arm,coresight-cpu-debug.yaml for +details. =20 =20 How to use the module --=20 2.34.1