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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D393ECAAA1 for ; Mon, 12 Sep 2022 09:52:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229786AbiILJwf (ORCPT ); Mon, 12 Sep 2022 05:52:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229802AbiILJwf (ORCPT ); Mon, 12 Sep 2022 05:52:35 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 112B7222A7; Mon, 12 Sep 2022 02:52:34 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 34E91113E; Mon, 12 Sep 2022 02:52:40 -0700 (PDT) Received: from [10.57.49.22] (unknown [10.57.49.22]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0EC8C3F71A; Mon, 12 Sep 2022 02:52:31 -0700 (PDT) Message-ID: <0e5567ee-41ba-2364-5e5a-2a6626c08ed1@arm.com> Date: Mon, 12 Sep 2022 10:52:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH] coresight: docs: Fix a broken reference To: Mathieu Poirier , Christophe JAILLET , Arnaldo Carvalho de Melo Cc: Mike Leach , Leo Yan , Jonathan Corbet , Krzysztof Kozlowski , Rob Herring , linux-kernel@vger.kernel.org, coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org References: <20220822160202.GB1583519@p14s> From: Suzuki K Poulose In-Reply-To: <20220822160202.GB1583519@p14s> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Cc: acme On 22/08/2022 17:02, Mathieu Poirier wrote: > On Sun, Jul 31, 2022 at 09:06:48AM +0200, Christophe JAILLET wrote: >> 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(-) >> > > Applied. fyi, there is another patch fixing the same here. https://lkml.kernel.org/r/20815dbff3d27f5d3e6876363f052d2a08ad2e72.1660829433.git.mchehab@kernel.org We may have to decide which one goes in. Cheers Suzuki > > Thanks, > Mathieu > >> 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 >>