Message ID | 20220308103027.32191-1-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7f415828f987fca9651694c7589560e55ffdf9a6 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Tue, Mar 08, 2022 at 11:30:27AM +0100, Lukas Bulwahn wrote: > Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML > schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to > adjust its reference in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > --- Reviewed-by: Vladimir Oltean <olteanv@gmail.com> > applies cleanly on next-20220308 > > David, please pick this minor non-urgent clean-up patch for net-next. > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 38cdf9aadfe4..8c7e40e1215e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16638,7 +16638,7 @@ REALTEK RTL83xx SMI DSA ROUTER CHIPS > M: Linus Walleij <linus.walleij@linaro.org> > M: Alvin Šipraga <alsi@bang-olufsen.dk> > S: Maintained > -F: Documentation/devicetree/bindings/net/dsa/realtek-smi.txt > +F: Documentation/devicetree/bindings/net/dsa/realtek.yaml > F: drivers/net/dsa/realtek/* > > REALTEK WIRELESS DRIVER (rtlwifi family) > -- > 2.17.1 >
On Tue, Mar 8, 2022 at 11:30 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote: > Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML > schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to > adjust its reference in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
Lukas Bulwahn <lukas.bulwahn@gmail.com> writes: > Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML > schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to > adjust its reference in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > --- > applies cleanly on next-20220308 > > David, please pick this minor non-urgent clean-up patch for net-next. > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 8 Mar 2022 11:30:27 +0100 you wrote: > Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML > schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to > adjust its reference in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > [...] Here is the summary with links: - MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS https://git.kernel.org/netdev/net-next/c/7f415828f987 You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 38cdf9aadfe4..8c7e40e1215e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16638,7 +16638,7 @@ REALTEK RTL83xx SMI DSA ROUTER CHIPS M: Linus Walleij <linus.walleij@linaro.org> M: Alvin Šipraga <alsi@bang-olufsen.dk> S: Maintained -F: Documentation/devicetree/bindings/net/dsa/realtek-smi.txt +F: Documentation/devicetree/bindings/net/dsa/realtek.yaml F: drivers/net/dsa/realtek/* REALTEK WIRELESS DRIVER (rtlwifi family)
Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to adjust its reference in MAINTAINERS. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- applies cleanly on next-20220308 David, please pick this minor non-urgent clean-up patch for net-next. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)