Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lukas.bulwahn@gmail.com>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230328091737.6785-1-lukas.bulwahn@gmail.com

authored by

Lukas Bulwahn and committed by
Daniel Lezcano
45cc9c4f e4fdcfb1

+1 -1
+1 -1
MAINTAINERS
··· 20775 20775 S: Maintained 20776 20776 F: Documentation/driver-api/thermal/power_allocator.rst 20777 20777 F: drivers/thermal/gov_power_allocator.c 20778 - F: include/trace/events/thermal_power_allocator.h 20778 + F: drivers/thermal/thermal_trace_ipa.h 20779 20779 20780 20780 THINKPAD ACPI EXTRAS DRIVER 20781 20781 M: Henrique de Moraes Holschuh <hmh@hmh.eng.br>