diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2024-04-02 15:42:03 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-04-28 19:08:33 +0200 |
commit | b20b040c099d46ee77cd8835862731270e8d4d33 (patch) | |
tree | 1c867fbf35a9c0cdadba8742858286abc0cd1276 | |
parent | hwmon: (pwm-fan) Make use of device properties (diff) | |
download | linux-b20b040c099d46ee77cd8835862731270e8d4d33.tar.xz linux-b20b040c099d46ee77cd8835862731270e8d4d33.zip |
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.
Fix the typo in ADP1050 HARDWARE MONITOR DRIVER maintainer entry.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20240402134203.8297-1-lukas.bulwahn@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 80eb22b4925b..a370bfdd9f8d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -484,7 +484,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> |