From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] docs: dt: fix broken links due to txt->yaml renames Date: Tue, 12 May 2020 17:58:12 -0500 Message-ID: <20200512225812.GA28862@bogus> References: <967df5c3303b478b76199d4379fe40f5094f3f9b.1588584538.git.mchehab+huawei@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <967df5c3303b478b76199d4379fe40f5094f3f9b.1588584538.git.mchehab+huawei@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane-mx.org@lists.infradead.org To: Mauro Carvalho Chehab Cc: alsa-devel@alsa-project.org, Olivier Moysan , =?UTF-8?Q?Heiko_St=C3=BCbner?= , Linux Doc Mailing List , David Airlie , dri-devel@lists.freedesktop.org, Sandy Huang , Andrzej Hajda , Benjamin Gaignard , Jonathan Corbet , linux-rockchip@lists.infradead.org, linux-mips@vger.kernel.org, devicetree@vger.kernel.org, Sean Wang , Jyri Sarha , Mark Brown , linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org, Thomas Bogendoerfer , Greg Kroah-Hartman , Arnaud Pouliquen , Liam Girdwood linu List-Id: linux-rockchip.vger.kernel.org On Mon, May 04, 2020 at 11:30:20AM +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 > > Signed-off-by: Mauro Carvalho Chehab > --- > > PS.: This patch is against today's linux-next. That's not a base anyone can apply this patch against. > > > .../devicetree/bindings/display/bridge/sii902x.txt | 2 +- > .../devicetree/bindings/display/rockchip/rockchip-drm.yaml | 2 +- > .../devicetree/bindings/net/mediatek-bluetooth.txt | 2 +- > .../devicetree/bindings/sound/audio-graph-card.txt | 2 +- > .../devicetree/bindings/sound/st,sti-asoc-card.txt | 2 +- > Documentation/mips/ingenic-tcu.rst | 2 +- > MAINTAINERS | 6 +++--- > 7 files changed, 9 insertions(+), 9 deletions(-)