linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update entry to thermal governors file name prefixing
@ 2020-07-28  4:58 Lukas Bulwahn
  2020-07-28  5:18 ` Amit Kucheria
  2020-07-28  8:43 ` Daniel Lezcano
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2020-07-28  4:58 UTC (permalink / raw)
  To: Amit Kucheria, Daniel Lezcano, linux-arm-msm
  Cc: Lukasz Luba, linux-pm, Ralf Ramsauer, Pia Eichinger, Joe Perches,
	kernel-janitors, linux-kernel, Lukas Bulwahn

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>
---
Amit, please ack.

Daniel, please pick this non-urgent minor patch for your -next tree.

applies cleanly on next-20200727

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aad65cc8f35d..aa5a11d71f71 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17164,7 +17164,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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: update entry to thermal governors file name prefixing
  2020-07-28  4:58 [PATCH] MAINTAINERS: update entry to thermal governors file name prefixing Lukas Bulwahn
@ 2020-07-28  5:18 ` Amit Kucheria
  2020-07-28  8:43 ` Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: Amit Kucheria @ 2020-07-28  5:18 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Daniel Lezcano, linux-arm-msm, Lukasz Luba, Linux PM list,
	Ralf Ramsauer, Pia Eichinger, Joe Perches, kernel-janitors,
	Linux Kernel Mailing List

On Tue, Jul 28, 2020 at 10:29 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> 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>

> ---
> Amit, please ack.
>
> Daniel, please pick this non-urgent minor patch for your -next tree.
>
> applies cleanly on next-20200727
>
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aad65cc8f35d..aa5a11d71f71 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17164,7 +17164,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
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: update entry to thermal governors file name prefixing
  2020-07-28  4:58 [PATCH] MAINTAINERS: update entry to thermal governors file name prefixing Lukas Bulwahn
  2020-07-28  5:18 ` Amit Kucheria
@ 2020-07-28  8:43 ` Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2020-07-28  8:43 UTC (permalink / raw)
  To: Lukas Bulwahn, Amit Kucheria, linux-arm-msm
  Cc: Lukasz Luba, linux-pm, Ralf Ramsauer, Pia Eichinger, Joe Perches,
	kernel-janitors, linux-kernel

On 28/07/2020 06:58, Lukas Bulwahn wrote:
> 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>
> ---


Applied, thanks


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-28  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  4:58 [PATCH] MAINTAINERS: update entry to thermal governors file name prefixing Lukas Bulwahn
2020-07-28  5:18 ` Amit Kucheria
2020-07-28  8:43 ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).