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

Lukas Bulwahn posted 1 patch 1 year, 10 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: repair file entry in ADP1050 HARDWARE MONITOR DRIVER
Posted by Lukas Bulwahn 1 year, 10 months ago
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 <lukas.bulwahn@gmail.com>
---
 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 <radu.sabau@analog.com>
 L:	linux-hwmon@vger.kernel.org
 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 <sakari.ailus@iki.fi>
-- 
2.44.0
Re: [PATCH] MAINTAINERS: repair file entry in ADP1050 HARDWARE MONITOR DRIVER
Posted by Guenter Roeck 1 year, 10 months ago
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 <lukas.bulwahn@gmail.com>

Applied.

Thanks,
Guenter