Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE
@ 2020-09-05 10:37 Lukas Bulwahn
2020-09-05 15:40 ` Andrew Lunn
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-09-05 10:37 UTC (permalink / raw)
To: Ioana Ciornei, David S . Miller, netdev
Cc: Ralf Ramsauer, Pia Eichinger, Joe Perches, kernel-janitors,
linux-kernel, Lukas Bulwahn
Commit 0da4c3d393e4 ("net: phy: add Lynx PCS module") added the files in
./drivers/net/pcs/, but the new LYNX PCS MODULE section refers to
./drivers/net/phy/.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/net/phy/pcs-lynx.c
Repair the LYNX PCS MODULE section by referring to the right location.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20200903
Ioana, please ack.
David, please pick this minor non-urgent patch into your net-next.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index bb0cb31d323b..918deaa1d96e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10350,7 +10350,7 @@ LYNX PCS MODULE
M: Ioana Ciornei <ioana.ciornei@nxp.com>
L: netdev@vger.kernel.org
S: Supported
-F: drivers/net/phy/pcs-lynx.c
+F: drivers/net/pcs/pcs-lynx.c
F: include/linux/pcs-lynx.h
M68K ARCHITECTURE
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE
2020-09-05 10:37 [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE Lukas Bulwahn
@ 2020-09-05 15:40 ` Andrew Lunn
2020-09-05 20:14 ` Ioana Ciornei
2020-09-05 20:36 ` Jakub Kicinski
2 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2020-09-05 15:40 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Ioana Ciornei, David S . Miller, netdev, Ralf Ramsauer,
Pia Eichinger, Joe Perches, kernel-janitors, linux-kernel
On Sat, Sep 05, 2020 at 12:37:00PM +0200, Lukas Bulwahn wrote:
> Commit 0da4c3d393e4 ("net: phy: add Lynx PCS module") added the files in
> ./drivers/net/pcs/, but the new LYNX PCS MODULE section refers to
> ./drivers/net/phy/.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: drivers/net/phy/pcs-lynx.c
>
> Repair the LYNX PCS MODULE section by referring to the right location.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE
2020-09-05 10:37 [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE Lukas Bulwahn
2020-09-05 15:40 ` Andrew Lunn
@ 2020-09-05 20:14 ` Ioana Ciornei
2020-09-05 20:36 ` Jakub Kicinski
2 siblings, 0 replies; 4+ messages in thread
From: Ioana Ciornei @ 2020-09-05 20:14 UTC (permalink / raw)
To: Lukas Bulwahn, David S . Miller, netdev
Cc: Ralf Ramsauer, Pia Eichinger, Joe Perches, kernel-janitors, linux-kernel
> Subject: [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE
>
> Commit 0da4c3d393e4 ("net: phy: add Lynx PCS module") added the files in
> ./drivers/net/pcs/, but the new LYNX PCS MODULE section refers to
> ./drivers/net/phy/.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: drivers/net/phy/pcs-lynx.c
>
> Repair the LYNX PCS MODULE section by referring to the right location.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Ioana Ciornei <ioana.ciornei@nxp.com>
> ---
> applies cleanly on next-20200903
>
> Ioana, please ack.
> David, please pick this minor non-urgent patch into your net-next.
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bb0cb31d323b..918deaa1d96e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10350,7 +10350,7 @@ LYNX PCS MODULE
> M: Ioana Ciornei <ioana.ciornei@nxp.com>
> L: netdev@vger.kernel.org
> S: Supported
> -F: drivers/net/phy/pcs-lynx.c
> +F: drivers/net/pcs/pcs-lynx.c
> F: include/linux/pcs-lynx.h
>
> M68K ARCHITECTURE
> --
> 2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE
2020-09-05 10:37 [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE Lukas Bulwahn
2020-09-05 15:40 ` Andrew Lunn
2020-09-05 20:14 ` Ioana Ciornei
@ 2020-09-05 20:36 ` Jakub Kicinski
2 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2020-09-05 20:36 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Ioana Ciornei, David S . Miller, netdev, Ralf Ramsauer,
Pia Eichinger, Joe Perches, kernel-janitors, linux-kernel
On Sat, 5 Sep 2020 12:37:00 +0200 Lukas Bulwahn wrote:
> Commit 0da4c3d393e4 ("net: phy: add Lynx PCS module") added the files in
> ./drivers/net/pcs/, but the new LYNX PCS MODULE section refers to
> ./drivers/net/phy/.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: drivers/net/phy/pcs-lynx.c
>
> Repair the LYNX PCS MODULE section by referring to the right location.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-05 20:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05 10:37 [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE Lukas Bulwahn
2020-09-05 15:40 ` Andrew Lunn
2020-09-05 20:14 ` Ioana Ciornei
2020-09-05 20:36 ` Jakub Kicinski
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).