[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210419060023.3460-1-lukas.bulwahn@gmail.com>
Date: Mon, 19 Apr 2021 08:00:23 +0200
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Giulio Benetti <giulio.benetti@...ettiengineering.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
linux-input@...r.kernel.org
Cc: Rob Herring <robh@...nel.org>, devicetree@...r.kernel.org,
Ralf Ramsauer <ralf.ramsauer@...-regensburg.de>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: repair reference in HYCON HY46XX TOUCHSCREEN SUPPORT
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@...il.com>
---
applies cleanly on next-20210419
Guilio, please ack.
Dmitry, please pick this minor clean up patch for your -next tree.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c54b8e4520d1..bbe356508f29 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8425,7 +8425,7 @@ M: Giulio Benetti <giulio.benetti@...ettiengineering.com>
L: linux-input@...r.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@...on.cn>
--
2.17.1
Powered by blists - more mailing lists