From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?J=E9r=F4me_Pouiller?= Subject: Re: [PATCH] docs: dt: fix several broken doc references Date: Mon, 24 Feb 2020 09:17:48 +0000 Message-ID: <2091904.E9UJrs0rOF@pc-42> References: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Linux Doc Mailing List , Jonathan Corbet , Piotr Sroka , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Rob Herring , "David S. Miller" , Olivier Moysan , Arnaud Pouliquen , Liam Girdwood , Mark Brown , Maxime Coquelin , Alexandre Torgue , Greg Kroah-Hartman , "linux-mtd@lists.infradead.org" , "devicetree@vger.kernel.org" , "netdev@vger.kernel.org" Return-path: In-Reply-To: <0e530494349b37eb2eab4a8eccf56626e0b18e6d.1582448388.git.mchehab+huawei@kernel.org> Content-Language: en-US Content-ID: Sender: linux-doc-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On Sunday 23 February 2020 09:59:53 CET Mauro Carvalho Chehab wrote: > There are several DT doc references that require manual fixes. > I found 3 cases fixed on this patch: >=20 > - directory named "binding/" instead of "bindings/"; > - .txt to .yaml renames; > - file renames (still on txt format); >=20 > Signed-off-by: Mauro Carvalho Chehab > --- > .../devicetree/bindings/mtd/cadence-nand-controller.txt | 2 +- > .../devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-sai.txt | 2 +- > Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt | 2 +- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > MAINTAINERS | 4 ++-- > .../devicetree/bindings/net/wireless/siliabs,wfx.txt | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) [...] > diff --git a/drivers/staging/wfx/Documentation/devicetree/bindings/net/wi= reless/siliabs,wfx.txt b/drivers/staging/wfx/Documentation/devicetree/bindi= ngs/net/wireless/siliabs,wfx.txt > index ffec79c14786..17db67559f5e 100644 > --- a/drivers/staging/wfx/Documentation/devicetree/bindings/net/wireless/= siliabs,wfx.txt > +++ b/drivers/staging/wfx/Documentation/devicetree/bindings/net/wireless/= siliabs,wfx.txt > @@ -94,5 +94,5 @@ Some properties are recognized either by SPI and SDIO v= ersions: > Must contains 64 hexadecimal digits. Not supported in current version= . >=20 > WFx driver also supports `mac-address` and `local-mac-address` as descri= bed in > -Documentation/devicetree/binding/net/ethernet.txt > +Documentation/devicetree/bindings/net/ethernet.txt For siliabs,wfx.txt: Reviewed-by: J=E9r=F4me Pouiller --=20 J=E9r=F4me Pouiller