2019-07-26 20:09:22

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec

There's a typo here:

sysfs-bus-counter-ftm-quadddec -> sysfs-bus-counter-ftm-quaddec

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4b59bdc1aaf2..506ac266cf57 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6317,7 +6317,7 @@ FLEXTIMER FTM-QUADDEC DRIVER
M: Patrick Havelange <[email protected]>
L: [email protected]
S: Maintained
-F: Documentation/ABI/testing/sysfs-bus-counter-ftm-quadddec
+F: Documentation/ABI/testing/sysfs-bus-counter-ftm-quaddec
F: Documentation/devicetree/bindings/counter/ftm-quaddec.txt
F: drivers/counter/ftm-quaddec.c

--
2.21.0



2019-07-26 22:47:11

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 2/5] MAINTAINERS: fix reference to net phy ABI file

The file sysfs-bus-mdio got removed in favor of sysfs-class-net-phydev,
with contained a duplicated set of information.

Fixes: a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate PHY device documentation")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 506ac266cf57..b57dd8494c93 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6061,7 +6061,7 @@ M: Florian Fainelli <[email protected]>
M: Heiner Kallweit <[email protected]>
L: [email protected]
S: Maintained
-F: Documentation/ABI/testing/sysfs-bus-mdio
+F: Documentation/ABI/testing/sysfs-class-net-phydev
F: Documentation/devicetree/bindings/net/ethernet-phy.yaml
F: Documentation/devicetree/bindings/net/mdio*
F: Documentation/networking/phy.rst
--
2.21.0


2019-07-31 19:59:15

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec

On Fri, 26 Jul 2019 16:29:10 -0300
Mauro Carvalho Chehab <[email protected]> wrote:

> There's a typo here:
>
> sysfs-bus-counter-ftm-quadddec -> sysfs-bus-counter-ftm-quaddec
>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>

These are easy...I've applied this set, thanks.

jon