From: Lukas Bulwahn Date: Tue, 28 Mar 2023 09:17:37 +0000 (+0200) Subject: MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement X-Git-Tag: v6.6.17~5036^2~1^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45cc9c4f765b72b06132cfddcd41e44f12edf9e4;p=platform%2Fkernel%2Flinux-rpi.git MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement Commit 32a7a02117de ("thermal/core: Relocate the traces definition in thermal directory") moves include/trace/events/thermal_power_allocator.h to drivers/thermal/thermal_trace_ipa.h, but misses to adjust the file entry for the THERMAL/POWER_ALLOCATOR section. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Adjust this file entry in THERMAL/POWER_ALLOCATOR. Signed-off-by: Lukas Bulwahn Reviewed-by: Lukasz Luba Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20230328091737.6785-1-lukas.bulwahn@gmail.com --- diff --git a/MAINTAINERS b/MAINTAINERS index 1dc8bd2..a4c843fd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20775,7 +20775,7 @@ L: linux-pm@vger.kernel.org S: Maintained F: Documentation/driver-api/thermal/power_allocator.rst F: drivers/thermal/gov_power_allocator.c -F: include/trace/events/thermal_power_allocator.h +F: drivers/thermal/thermal_trace_ipa.h THINKPAD ACPI EXTRAS DRIVER M: Henrique de Moraes Holschuh