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 EF420C19F28 for ; Wed, 3 Aug 2022 15:32:41 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IZjwrmPlih+/V+uxJSlap3KiNLPekURjElS/Z6njmOk=; b=LdCmuf0SLDgV3P Gcqy+4x/GlfViY9VhzjiR6dtNuMHt52rzyWZZz1yAD92mqGOGJarBGjWaU05AMO1yA9FJsA3K0U/l MraNT3/uj8y05xJdh3Q0N6duQ3HwLoSK2Gmjs4DaCQkaPz4Y16CvcicUTmdNjcfpF3d9tu8wAcasI 51vbfgwapM/D64/SZXFkihT5P6Ktkc5gQmfEaT76AT4SJyW7Nud8CtdOeBoqjfrTm0mTHrv75pqFG pghwDdJbqLEX9xhMGo74exqDbUnznUOgZaUi5tZOVfYNDzdJpvJlU3xx1DHvmdbj/3UXl7pMTn2Yg k6iRKc/ppwWXDIfu4eAg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oJGL6-0078jD-Si; Wed, 03 Aug 2022 15:31:16 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oJGL3-0078g9-G5 for linux-arm-kernel@lists.infradead.org; Wed, 03 Aug 2022 15:31:15 +0000 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 CA0D411FB; Wed, 3 Aug 2022 08:31:09 -0700 (PDT) Received: from [10.57.41.156] (unknown [10.57.41.156]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 763093F70D; Wed, 3 Aug 2022 08:31:07 -0700 (PDT) Message-ID: <0d34eb6b-fae9-d0c6-16b2-13be592db3ea@arm.com> Date: Wed, 3 Aug 2022 16:31:05 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] coresight: docs: Fix a broken reference Content-Language: en-US To: Christophe JAILLET , Suzuki K Poulose Cc: linux-kernel@vger.kernel.org, coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, Mike Leach , Leo Yan , Jonathan Corbet , Krzysztof Kozlowski , Rob Herring , Mathieu Poirier References: From: James Clark In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220803_083113_619261_C6D9409F X-CRM114-Status: GOOD ( 15.22 ) 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 On 31/07/2022 08:06, 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(-) > > 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. LGTM, thanks Reviewed-by: James Clark > > > How to use the module _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel