2024-04-02 13:47:08

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: repair file entry in ADP1050 HARDWARE MONITOR DRIVER

Commit 4e1008d8aae5 ("dt-bindings: hwmon: pmbus: adp1050: add bindings")
adds the ADP1050 HARDWARE MONITOR DRIVER section, but slips in a typo in
its file entry.

Fortunately, ./scripts/get_maintainer.pl --self-test=patterns complains
about this broken reference.

Remove the typo in ADP1050 HARDWARE MONITOR DRIVER.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 13ac7ce270b3..272b238d5488 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -506,7 +506,7 @@ M: Radu Sabau <[email protected]>
L: [email protected]
S: Supported
W: https://ez.analog.com/linux-software-drivers
-F: Dcumentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml
+F: Documentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml

ADP1653 FLASH CONTROLLER DRIVER
M: Sakari Ailus <[email protected]>
--
2.44.0



2024-04-10 15:46:06

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair file entry in ADP1050 HARDWARE MONITOR DRIVER

On Tue, Apr 02, 2024 at 03:42:03PM +0200, Lukas Bulwahn wrote:
> Commit 4e1008d8aae5 ("dt-bindings: hwmon: pmbus: adp1050: add bindings")
> adds the ADP1050 HARDWARE MONITOR DRIVER section, but slips in a typo in
> its file entry.
>
> Fortunately, ./scripts/get_maintainer.pl --self-test=patterns complains
> about this broken reference.
>
> Remove the typo in ADP1050 HARDWARE MONITOR DRIVER.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>

Applied.

Thanks,
Guenter