[PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER

Lukas Bulwahn posted 1 patch 1 week, 5 days ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
Posted by Lukas Bulwahn 1 week, 5 days ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver")
adds a new section AIROHA SPI SNFI DRIVER referring to the file
spi-airoha.c. The commit however adds the file spi-airoha-snfi.c.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file entry in the AIROHA SPI SNFI DRIVER section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ca79616a4836..2fe4506f9fe8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -689,7 +689,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-spi@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml
-F:	drivers/spi/spi-airoha.c
+F:	drivers/spi/spi-airoha-snfi.c
 
 AIRSPY MEDIA DRIVER
 L:	linux-media@vger.kernel.org
-- 
2.44.0
Re: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
Posted by Mark Brown 1 week, 4 days ago
On Tue, 07 May 2024 16:14:49 +0200, Lukas Bulwahn wrote:
> Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver")
> adds a new section AIROHA SPI SNFI DRIVER referring to the file
> spi-airoha.c. The commit however adds the file spi-airoha-snfi.c.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
      commit: eab80a2ee46bb362e2c4434cf0da96d3a6bda544

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
Posted by Lorenzo Bianconi 1 week, 5 days ago
On May 07, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver")
> adds a new section AIROHA SPI SNFI DRIVER referring to the file
> spi-airoha.c. The commit however adds the file spi-airoha-snfi.c.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Repair this file entry in the AIROHA SPI SNFI DRIVER section.

Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>

> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ca79616a4836..2fe4506f9fe8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -689,7 +689,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	linux-spi@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml
> -F:	drivers/spi/spi-airoha.c
> +F:	drivers/spi/spi-airoha-snfi.c
>  
>  AIRSPY MEDIA DRIVER
>  L:	linux-media@vger.kernel.org
> -- 
> 2.44.0
>