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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C52BBC3A5A9 for ; Mon, 4 May 2020 17:28:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E5D620721 for ; Mon, 4 May 2020 17:28:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729717AbgEDR2Y (ORCPT ); Mon, 4 May 2020 13:28:24 -0400 Received: from smtprelay0098.hostedemail.com ([216.40.44.98]:45014 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729597AbgEDR2Y (ORCPT ); Mon, 4 May 2020 13:28:24 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay02.hostedemail.com (Postfix) with ESMTP id 9A50019B29; Mon, 4 May 2020 17:28:22 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: edge64_2b6e02f508642 X-Filterd-Recvd-Size: 2313 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf01.hostedemail.com (Postfix) with ESMTPA; Mon, 4 May 2020 17:28:18 +0000 (UTC) Message-ID: Subject: Re: [PATCH] docs: dt: fix broken links due to txt->yaml renames From: Joe Perches To: Mauro Carvalho Chehab , Linux Doc Mailing List , Rob Herring Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , David Airlie , Daniel Vetter , Sandy Huang , Heiko =?ISO-8859-1?Q?St=FCbner?= , Sean Wang , "David S. Miller" , Liam Girdwood , Mark Brown , Arnaud Pouliquen , Thomas Bogendoerfer , Matthias Brugger , Jyri Sarha , Andrzej Hajda , Benjamin Gaignard , Olivier Moysan , Greg Kroah-Hartman , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-bluetooth@vger.kernel.org, linux-mediatek@lists.infradead.org, netdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-mips@vger.kernel.org Date: Mon, 04 May 2020 10:28:17 -0700 In-Reply-To: <967df5c3303b478b76199d4379fe40f5094f3f9b.1588584538.git.mchehab+huawei@kernel.org> References: <967df5c3303b478b76199d4379fe40f5094f3f9b.1588584538.git.mchehab+huawei@kernel.org> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Mon, 2020-05-04 at 11:30 +0200, Mauro Carvalho Chehab wrote: > There are some new broken doc links due to yaml renames > at DT. Developers should really run: > > ./scripts/documentation-file-ref-check > > in order to solve those issues while submitting patches. > This tool can even fix most of the issues with: > > ./scripts/documentation-file-ref-check --fix Thanks Mauro.