]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
MAINTAINERS: repair reference in HYCON HY46XX TOUCHSCREEN SUPPORT
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 21 Apr 2021 05:40:26 +0000 (22:40 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 21 Apr 2021 05:45:29 +0000 (22:45 -0700)
Commit aa2f62cf211a ("Input: add driver for the Hycon HY46XX touchpanel
series") adds the file ./drivers/input/touchscreen/hycon-hy46xx.c, but the
file entry in MAINTAINERS refers to ./drivers/input/touchscreen/hy46xx.c.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    drivers/input/touchscreen/hy46xx.c

Repair the file entry by referring to the right location.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Link: https://lore.kernel.org/r/20210419060023.3460-1-lukas.bulwahn@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
MAINTAINERS

index e2a4d7cb38a218e54b82ba1a1e09e3898d9432bb..3799f33650f9f6f05e9f2065c07b48d52de47af4 100644 (file)
@@ -8249,7 +8249,7 @@ M:        Giulio Benetti <giulio.benetti@benettiengineering.com>
 L:     linux-input@vger.kernel.org
 S:     Maintained
 F:     Documentation/devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml
-F:     drivers/input/touchscreen/hy46xx.c
+F:     drivers/input/touchscreen/hycon-hy46xx.c
 
 HYGON PROCESSOR SUPPORT
 M:     Pu Wen <puwen@hygon.cn>