[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200418094546.6742-1-lukas.bulwahn@gmail.com>
Date: Sat, 18 Apr 2020 11:45:46 +0200
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Hans Verkuil <hverkuil-cisco@...all.nl>
Cc: linux-media@...r.kernel.org, Joe Perches <joe@...ches.com>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: adjust entries to moving CEC USB drivers
Commit a81068181aad ("media: move CEC USB drivers to a separate directory")
moved drivers/media/usb/{pulse8,rainshadow}-cec to
drivers/media/cec/usb/{rainshadow,pulse8}, but did not adjust the entries
in MAINTAINERS.
Since then, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/media/usb/pulse8-cec/*
warning: no file matches F: drivers/media/usb/rainshadow-cec/*
Update the MAINTAINERS entries to the new file locations.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
Hans, please ack.
Mauro, please pick this non-urgent minor clean-up patch on top of the
CEC USB driver moves.
applies cleanly on next-20200417
This is the 'minimal' patch to address the warning.
Alternatively, we could simply merge the two entries into one entry
CEC USB (RAINSHADOW/PULSE8) DRIVERS.
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e965e5467a4d..3083282134de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13736,7 +13736,7 @@ L: linux-media@...r.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
F: Documentation/admin-guide/media/pulse8-cec.rst
-F: drivers/media/usb/pulse8-cec/*
+F: drivers/media/cec/usb/pulse8/
PVRUSB2 VIDEO4LINUX DRIVER
M: Mike Isely <isely@...ox.com>
@@ -14152,7 +14152,7 @@ M: Hans Verkuil <hverkuil@...all.nl>
L: linux-media@...r.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
-F: drivers/media/usb/rainshadow-cec/*
+F: drivers/media/cec/usb/rainshadow/
RALINK MIPS ARCHITECTURE
M: John Crispin <john@...ozen.org>
--
2.17.1
Powered by blists - more mailing lists