Re: [PATCH] docs: dt: fix several broken doc references
From: Jérôme Pouiller <Jerome.Pouiller@silabs.com>
Date: 2020-02-24 09:17:58
Also in:
linux-arm-kernel, linux-doc, linux-spi, netdev
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:
- directory named "binding/" instead of "bindings/";
- .txt to .yaml renames;
- file renames (still on txt format);
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
.../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(-)[...]
quoted hunk ↗ jump to hunk
diff --git a/drivers/staging/wfx/Documentation/devicetree/bindings/net/wireless/siliabs,wfx.txt b/drivers/staging/wfx/Documentation/devicetree/bindings/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 versions: Must contains 64 hexadecimal digits. Not supported in current version. WFx driver also supports `mac-address` and `local-mac-address` as described in -Documentation/devicetree/binding/net/ethernet.txt +Documentation/devicetree/bindings/net/ethernet.txt
For siliabs,wfx.txt: Reviewed-by: Jérôme Pouiller <jerome.pouiller@silabs.com> -- Jérôme Pouiller