From: Lukas Bulwahn Date: Thu, 17 Dec 2020 07:15:01 +0000 (+0100) Subject: MAINTAINERS: include governors into CPU IDLE TIME MANAGEMENT FRAMEWORK X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8b3fd902391fdee526f6ba46899a3f8005983ae1;p=linux.git MAINTAINERS: include governors into CPU IDLE TIME MANAGEMENT FRAMEWORK The current pattern in the file entry does not make the files in the governors subdirectory to be a part of the CPU IDLE TIME MANAGEMENT FRAMEWORK. Adjust the file pattern to include files in governors. Signed-off-by: Lukas Bulwahn Signed-off-by: Rafael J. Wysocki --- diff --git a/MAINTAINERS b/MAINTAINERS index 7e76ae7ee8a2d..59be280069d15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4583,7 +4583,7 @@ B: https://bugzilla.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git F: Documentation/admin-guide/pm/cpuidle.rst F: Documentation/driver-api/pm/cpuidle.rst -F: drivers/cpuidle/* +F: drivers/cpuidle/ F: include/linux/cpuidle.h CPU POWER MONITORING SUBSYSTEM