From 57235b6e783c74a411b2bf1face4a4df4e8a8f68 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Mon, 8 Nov 2021 18:33:06 -0800 Subject: MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT Commit f9e784dcb63f ("dt-bindings: hwlock: add sun6i_hwspinlock") adds Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml, but the related commit 3c881e05c814 ("hwspinlock: add sun6i hardware spinlock support") adds a file reference to allwinner,sun6i-hwspinlock.yaml instead. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: warning: no file matches F: Documentation/devicetree/bindings/hwlock/allwinner,sun6i-hwspinlock.yaml Rectify this file reference in ALLWINNER HARDWARE SPINLOCK SUPPORT. Link: https://lkml.kernel.org/r/20211026141902.4865-5-lukas.bulwahn@gmail.com Reviewed-by: Wilken Gottwalt Signed-off-by: Lukas Bulwahn Cc: Anitha Chrisanthus Cc: Edmund Dea Cc: Greg Kroah-Hartman Cc: Joe Perches Cc: John Stultz Cc: Mauro Carvalho Chehab Cc: Nobuhiro Iwamatsu Cc: Punit Agrawal Cc: Ralf Ramsauer Cc: Rob Herring Cc: Sam Ravnborg Cc: Yu Chen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 35c4a0ba7eb1..1cfe2b4e094e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -761,7 +761,7 @@ F: drivers/crypto/allwinner/ ALLWINNER HARDWARE SPINLOCK SUPPORT M: Wilken Gottwalt S: Maintained -F: Documentation/devicetree/bindings/hwlock/allwinner,sun6i-hwspinlock.yaml +F: Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml F: drivers/hwspinlock/sun6i_hwspinlock.c ALLWINNER THERMAL DRIVER -- cgit