2020-09-05 10:38:38

by Lukas Bulwahn

[permalink] [raw]
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 <[email protected]>
---
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 <[email protected]>
L: [email protected]
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


2020-09-05 15:42:21

by Andrew Lunn

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE

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 <[email protected]>

Reviewed-by: Andrew Lunn <[email protected]>

Andrew

2020-09-05 20:15:47

by Ioana Ciornei

[permalink] [raw]
Subject: RE: [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE


> 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 <[email protected]>

Acked-by: Ioana Ciornei <[email protected]>

> ---
> 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 <[email protected]>
> L: [email protected]
> 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

2020-09-05 20:38:00

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair reference in LYNX PCS MODULE

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 <[email protected]>

Applied, thanks!