All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: fix bad cross-links in motorola-cpcap
@ 2021-06-14 21:45 Kir Kolyshkin
  2021-06-24 20:42 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Kir Kolyshkin @ 2021-06-14 21:45 UTC (permalink / raw)
  To: devicetree; +Cc: lee.jones, robh+dt, Kir Kolyshkin, Sebastian Reichel

Commits 3c5be0454 and ce49e4282 renamed the files being referenced,
but forgot to modify the document that references them.

This fixes the following warnings:

> Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt
> references a file that doesn't exist:
> Documentation/devicetree/bindings/power/supply/cpcap-battery.txt

> Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt
> references a file that doesn't exist:
> Documentation/devicetree/bindings/power/supply/cpcap-charger.txt

Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
---
 Documentation/devicetree/bindings/mfd/motorola-cpcap.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: fix bad cross-links in motorola-cpcap
  2021-06-14 21:45 [PATCH] docs: fix bad cross-links in motorola-cpcap Kir Kolyshkin
@ 2021-06-24 20:42 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2021-06-24 20:42 UTC (permalink / raw)
  To: Kir Kolyshkin; +Cc: devicetree, lee.jones, Sebastian Reichel

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:
> 
> > Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt
> > references a file that doesn't exist:
> > Documentation/devicetree/bindings/power/supply/cpcap-battery.txt
> 
> > Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt
> > references a file that doesn't exist:
> > Documentation/devicetree/bindings/power/supply/cpcap-charger.txt
> 
> Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
> Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
> ---
>  Documentation/devicetree/bindings/mfd/motorola-cpcap.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

There's already fixes for this in linux-next.

> 
> 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
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-24 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 21:45 [PATCH] docs: fix bad cross-links in motorola-cpcap Kir Kolyshkin
2021-06-24 20:42 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.