linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section
@ 2021-10-22  5:47 Lukas Bulwahn
  2021-10-22  6:39 ` Adrian Hunter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2021-10-22  5:47 UTC (permalink / raw)
  To: Andy Shevchenko, Adrian Hunter, Ulf Hansson, linux-mmc
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 5c67aa59bd8f ("mmc: sdhci-pci: Remove dead code (struct
sdhci_pci_data et al)") removes ./include/linux/mmc/sdhci-pci-data.h;
so, there is no further file that matches 'include/linux/mmc/sdhci*'.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    include/linux/mmc/sdhci*

Drop this obsolete file pattern in SECURE DIGITAL HOST CONTROLLER
INTERFACE (SDHCI) DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20211021

Ulf, please pick this minor non-urgent cleanup patch on top of the
commit above.

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 44c590b762d1..c47ac3e938b7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17024,7 +17024,6 @@ M:	Adrian Hunter <adrian.hunter@intel.com>
 L:	linux-mmc@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/sdhci*
-F:	include/linux/mmc/sdhci*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
 M:	Eugen Hristev <eugen.hristev@microchip.com>
-- 
2.26.2


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

* Re: [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section
  2021-10-22  5:47 [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section Lukas Bulwahn
@ 2021-10-22  6:39 ` Adrian Hunter
  2021-10-22  8:41 ` Andy Shevchenko
  2021-10-26 15:39 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Adrian Hunter @ 2021-10-22  6:39 UTC (permalink / raw)
  To: Lukas Bulwahn, Andy Shevchenko, Ulf Hansson, linux-mmc
  Cc: kernel-janitors, linux-kernel

On 22/10/2021 08:47, Lukas Bulwahn wrote:
> Commit 5c67aa59bd8f ("mmc: sdhci-pci: Remove dead code (struct
> sdhci_pci_data et al)") removes ./include/linux/mmc/sdhci-pci-data.h;
> so, there is no further file that matches 'include/linux/mmc/sdhci*'.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches    F:    include/linux/mmc/sdhci*
> 
> Drop this obsolete file pattern in SECURE DIGITAL HOST CONTROLLER
> INTERFACE (SDHCI) DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

> ---
> applies cleanly on next-20211021
> 
> Ulf, please pick this minor non-urgent cleanup patch on top of the
> commit above.
> 
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 44c590b762d1..c47ac3e938b7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17024,7 +17024,6 @@ M:	Adrian Hunter <adrian.hunter@intel.com>
>  L:	linux-mmc@vger.kernel.org
>  S:	Maintained
>  F:	drivers/mmc/host/sdhci*
> -F:	include/linux/mmc/sdhci*
>  
>  SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
>  M:	Eugen Hristev <eugen.hristev@microchip.com>
> 


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

* Re: [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section
  2021-10-22  5:47 [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section Lukas Bulwahn
  2021-10-22  6:39 ` Adrian Hunter
@ 2021-10-22  8:41 ` Andy Shevchenko
  2021-10-26 15:39 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2021-10-22  8:41 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Andy Shevchenko, Adrian Hunter, Ulf Hansson, linux-mmc,
	kernel-janitors, Linux Kernel Mailing List

On Fri, Oct 22, 2021 at 8:49 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 5c67aa59bd8f ("mmc: sdhci-pci: Remove dead code (struct
> sdhci_pci_data et al)") removes ./include/linux/mmc/sdhci-pci-data.h;
> so, there is no further file that matches 'include/linux/mmc/sdhci*'.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
>   warning: no file matches    F:    include/linux/mmc/sdhci*
>
> Drop this obsolete file pattern in SECURE DIGITAL HOST CONTROLLER
> INTERFACE (SDHCI) DRIVER.

Thanks! I grepped by name but definitely haven't thought about wildcards.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20211021
>
> Ulf, please pick this minor non-urgent cleanup patch on top of the
> commit above.
>
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 44c590b762d1..c47ac3e938b7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17024,7 +17024,6 @@ M:      Adrian Hunter <adrian.hunter@intel.com>
>  L:     linux-mmc@vger.kernel.org
>  S:     Maintained
>  F:     drivers/mmc/host/sdhci*
> -F:     include/linux/mmc/sdhci*
>
>  SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
>  M:     Eugen Hristev <eugen.hristev@microchip.com>
> --
> 2.26.2
>


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section
  2021-10-22  5:47 [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section Lukas Bulwahn
  2021-10-22  6:39 ` Adrian Hunter
  2021-10-22  8:41 ` Andy Shevchenko
@ 2021-10-26 15:39 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2021-10-26 15:39 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Andy Shevchenko, Adrian Hunter, linux-mmc, kernel-janitors, linux-kernel

On Fri, 22 Oct 2021 at 07:47, Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 5c67aa59bd8f ("mmc: sdhci-pci: Remove dead code (struct
> sdhci_pci_data et al)") removes ./include/linux/mmc/sdhci-pci-data.h;
> so, there is no further file that matches 'include/linux/mmc/sdhci*'.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
>   warning: no file matches    F:    include/linux/mmc/sdhci*
>
> Drop this obsolete file pattern in SECURE DIGITAL HOST CONTROLLER
> INTERFACE (SDHCI) DRIVER.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
> applies cleanly on next-20211021
>
> Ulf, please pick this minor non-urgent cleanup patch on top of the
> commit above.
>
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 44c590b762d1..c47ac3e938b7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17024,7 +17024,6 @@ M:      Adrian Hunter <adrian.hunter@intel.com>
>  L:     linux-mmc@vger.kernel.org
>  S:     Maintained
>  F:     drivers/mmc/host/sdhci*
> -F:     include/linux/mmc/sdhci*
>
>  SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
>  M:     Eugen Hristev <eugen.hristev@microchip.com>
> --
> 2.26.2
>

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

end of thread, other threads:[~2021-10-26 15:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22  5:47 [PATCH] MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section Lukas Bulwahn
2021-10-22  6:39 ` Adrian Hunter
2021-10-22  8:41 ` Andy Shevchenko
2021-10-26 15:39 ` Ulf Hansson

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).