Re: [PATCH for can-next] MAINTAINERS: adjust entry to tcan4x5x file split

2021-01-08 Thread Marc Kleine-Budde
On 1/8/21 8:39 AM, Lukas Bulwahn wrote:
> Commit 7813887ea972 ("can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c")
> and commit 67def4ef8bb9 ("can: tcan4x5x: move regmap code into seperate
> file") split the file tcan4x5x.c into two files, but missed to adjust the
> TI TCAN4X5X DEVICE DRIVER section in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matchesF:drivers/net/can/m_can/tcan4x5x.c
> 
> Adjust the file entry in MAINTAINERS to the tcan4x5x file splitting.
> 
> Signed-off-by: Lukas Bulwahn 
> ---
> applies cleanly on next-20210107, not for current master
> 
> Marc, please pick this for your -next tree on top of the tcan4x5x cleanup.

Makes perfect sense. Applied to linux-can-next.

Thanks,
Marc

-- 
Pengutronix e.K. | Marc Kleine-Budde   |
Embedded Linux   | https://www.pengutronix.de  |
Vertretung West/Dortmund | Phone: +49-231-2826-924 |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917- |



signature.asc
Description: OpenPGP digital signature


[PATCH for can-next] MAINTAINERS: adjust entry to tcan4x5x file split

2021-01-07 Thread Lukas Bulwahn
Commit 7813887ea972 ("can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c")
and commit 67def4ef8bb9 ("can: tcan4x5x: move regmap code into seperate
file") split the file tcan4x5x.c into two files, but missed to adjust the
TI TCAN4X5X DEVICE DRIVER section in MAINTAINERS.

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

  warning: no file matchesF:drivers/net/can/m_can/tcan4x5x.c

Adjust the file entry in MAINTAINERS to the tcan4x5x file splitting.

Signed-off-by: Lukas Bulwahn 
---
applies cleanly on next-20210107, not for current master

Marc, please pick this for your -next tree on top of the tcan4x5x cleanup.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 8170b40d6236..0d75f07fc951 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17887,7 +17887,7 @@ M:  Dan Murphy 
 L: linux-...@vger.kernel.org
 S: Maintained
 F: Documentation/devicetree/bindings/net/can/tcan4x5x.txt
-F: drivers/net/can/m_can/tcan4x5x.c
+F: drivers/net/can/m_can/tcan4x5x*
 
 TI TRF7970A NFC DRIVER
 M: Mark Greer 
-- 
2.17.1