Re: [PATCH] docs: fix bad cross-links in motorola-cpcap
From: Rob Herring <robh@kernel.org>
Date: 2021-06-24 20:42:27
On Mon, Jun 14, 2021 at 02:45:27PM -0700, Kir Kolyshkin wrote:
Commits 3c5be0454 and ce49e4282 renamed the files being referenced, but forgot to modify the document that references them. This fixes the following warnings:quoted
Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt references a file that doesn't exist: Documentation/devicetree/bindings/power/supply/cpcap-battery.txtquoted
Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt references a file that doesn't exist: Documentation/devicetree/bindings/power/supply/cpcap-charger.txtCc: Sebastian Reichel <redacted> Signed-off-by: Kir Kolyshkin <redacted> --- Documentation/devicetree/bindings/mfd/motorola-cpcap.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
There's already fixes for this in linux-next.
quoted hunk ↗ jump to hunk
diff --git a/Documentation/devicetree/bindings/mfd/motorola-cpcap.txt b/Documentation/devicetree/bindings/mfd/motorola-cpcap.txt index b52e7a33f0f9..190230216de8 100644 --- a/Documentation/devicetree/bindings/mfd/motorola-cpcap.txt +++ b/Documentation/devicetree/bindings/mfd/motorola-cpcap.txt@@ -16,8 +16,8 @@ Optional subnodes: The sub-functions of CPCAP get their own node with their own compatible values, which are described in the following files: -- Documentation/devicetree/bindings/power/supply/cpcap-battery.txt -- Documentation/devicetree/bindings/power/supply/cpcap-charger.txt +- Documentation/devicetree/bindings/power/supply/cpcap-battery.yaml +- Documentation/devicetree/bindings/power/supply/cpcap-charger.yaml - Documentation/devicetree/bindings/regulator/cpcap-regulator.txt - Documentation/devicetree/bindings/phy/phy-cpcap-usb.txt - Documentation/devicetree/bindings/input/cpcap-pwrbutton.txt-- 2.31.1