diff options
author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2024-07-11 08:51:40 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-08-30 10:40:13 +0200 |
commit | 25aca9353e183da6d8296154effa02db6a6e213b (patch) | |
tree | 562f7d6e9795dfcbd64064c934002889b9190e09 /MAINTAINERS | |
parent | mfd: 88pm860x-core: Convert comma to semicolon (diff) | |
download | linux-25aca9353e183da6d8296154effa02db6a6e213b.tar.xz linux-25aca9353e183da6d8296154effa02db6a6e213b.zip |
MAINTAINERS: Repair file entry in MARVELL 88PM886 PMIC DRIVER
Commit f53d3efa366b ("MAINTAINERS: Add myself for Marvell 88PM886 PMIC")
adds a file entry referring to drivers/regulators/88pm886-regulator.c,
but the directory is actually called drivers/regulator. Note that there is
no 's' at the end.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair the file entry in the MARVELL 88PM886 PMIC DRIVER section.
Fixes: f53d3efa366b ("MAINTAINERS: Add myself for Marvell 88PM886 PMIC")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Karel Balej <balejk@matfyz.cz>
Link: https://lore.kernel.org/r/20240711065140.140703-1-lukas.bulwahn@redhat.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fa2c8d902122..b02df22fe4c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13510,7 +13510,7 @@ S: Maintained F: Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml F: drivers/input/misc/88pm886-onkey.c F: drivers/mfd/88pm886.c -F: drivers/regulators/88pm886-regulator.c +F: drivers/regulator/88pm886-regulator.c F: include/linux/mfd/88pm886.h MARVELL ARMADA 3700 PHY DRIVERS |