diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-07-28 06:58:50 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-07-29 10:22:11 +0200 |
commit | 09e91cdedaa5f736c398e6b0ca8ab76fd7a71afa (patch) | |
tree | 1c8d9ec814991c13e7dc894b9046a4106fcb2a1b /MAINTAINERS | |
parent | 25be77e588a63b064e8d9c1b59975e6882abc2f9 (diff) | |
download | linux-09e91cdedaa5f736c398e6b0ca8ab76fd7a71afa.tar.gz linux-09e91cdedaa5f736c398e6b0ca8ab76fd7a71afa.tar.bz2 linux-09e91cdedaa5f736c398e6b0ca8ab76fd7a71afa.zip |
MAINTAINERS: update entry to thermal governors file name prefixing
Commit 0015d9a2a727 ("thermal/governors: Prefix all source files with
gov_") renamed power_allocator.c to gov_power_allocator.c in
./drivers/thermal amongst some other file renames, but missed to adjust
the MAINTAINERS entry.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/thermal/power_allocator.c
Update the file entry in MAINTAINERS to the new file name.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200728045850.22661-1-lukas.bulwahn@gmail.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cc9837e04091..ad4fdda70d4e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16968,7 +16968,7 @@ M: Lukasz Luba <lukasz.luba@arm.com> L: linux-pm@vger.kernel.org S: Maintained F: Documentation/driver-api/thermal/power_allocator.rst -F: drivers/thermal/power_allocator.c +F: drivers/thermal/gov_power_allocator.c F: include/trace/events/thermal_power_allocator.h THINKPAD ACPI EXTRAS DRIVER |