From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9627CC00140 for ; Sun, 31 Jul 2022 07:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=tp2Dk/MDO211oyEqill0xil+JTJyEnXcbOQQnAwm86E=; b=aXHkQPq1mqvC9P 3LUdWvMUbVeNNRR/Wv89LRhI80PqgRSFB6gKGHNsdziz2gX62KF4K9OnMCyEVbNcSoadaGCualBrZ /DR2kB6K/yA4KgAawj7RL6Lp1rhE8nzCzTxnb0ppimzuRxBLlI7EzweGeG+JCBT5iMM4eB1Y3lnY5 EpGbn3m8Php7zTfwk98Z+ctcUnImEO7S6c3IGsmq7e0Gqhl8JkniAsNrelglklEvr8omFZoSLALx5 Sr/Z6lvwhFVLXd/jTPJZKiib/jFND/BmlKHvDTvGJnj10GoMRyyaSvKdEFEL9K0RxmfOhdG1z5ZmC IP6plXHyLduMFgaZ0+jg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oI32V-009E7M-Ed; Sun, 31 Jul 2022 07:07:03 +0000 Received: from smtp09.smtpout.orange.fr ([80.12.242.131] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oI32Q-009E2u-J7 for linux-arm-kernel@lists.infradead.org; Sun, 31 Jul 2022 07:07:00 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220731_000658_793491_965FA7A2 X-CRM114-Status: UNSURE ( 9.83 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 schema") Signed-off-by: Christophe JAILLET --- 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/Documentation/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 -------------------- -See Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt for details. +See Documentation/devicetree/bindings/arm/arm,coresight-cpu-debug.yaml for +details. How to use the module -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel