diff mbox series

MAINTAINERS: repair file entry in ADP1050 HARDWARE MONITOR DRIVER

Message ID 20240402134203.8297-1-lukas.bulwahn@gmail.com (mailing list archive)
State Accepted
Headers show
Series MAINTAINERS: repair file entry in ADP1050 HARDWARE MONITOR DRIVER | expand

Commit Message

Lukas Bulwahn April 2, 2024, 1:42 p.m. UTC
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(-)

Comments

Guenter Roeck April 10, 2024, 3:04 p.m. UTC | #1
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
diff mbox series

Patch

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>