Message ID | 20220212022533.2416-1-luizluca@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7db45f8d955dac24e3dc58c0829f6c0760190986 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: dsa: realtek: rename macro to match filename | expand |
On 2/11/2022 6:25 PM, Luiz Angelo Daros de Luca wrote: > The macro was missed while renaming realtek-smi.h to realtek.h. > > Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to) > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
On Sat, Feb 12, 2022 at 3:26 AM Luiz Angelo Daros de Luca <luizluca@gmail.com> wrote: > The macro was missed while renaming realtek-smi.h to realtek.h. > > Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to) > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
On Fri, Feb 11, 2022 at 11:25:34PM -0300, Luiz Angelo Daros de Luca wrote: > The macro was missed while renaming realtek-smi.h to realtek.h. > > Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to) > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
Luiz Angelo Daros de Luca <luizluca@gmail.com> writes: > The macro was missed while renaming realtek-smi.h to realtek.h. > > Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to) > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> > --- > drivers/net/dsa/realtek/realtek.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>
On 12/02/2022 05:25, Luiz Angelo Daros de Luca wrote: > The macro was missed while renaming realtek-smi.h to realtek.h. > > Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to) > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com> Arınç
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 11 Feb 2022 23:25:34 -0300 you wrote: > The macro was missed while renaming realtek-smi.h to realtek.h. > > Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to) > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> > --- > drivers/net/dsa/realtek/realtek.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Here is the summary with links: - [net-next] net: dsa: realtek: rename macro to match filename https://git.kernel.org/netdev/net-next/c/7db45f8d955d You are awesome, thank you!
diff --git a/drivers/net/dsa/realtek/realtek.h b/drivers/net/dsa/realtek/realtek.h index ed5abf6cb3d6..3512b832b148 100644 --- a/drivers/net/dsa/realtek/realtek.h +++ b/drivers/net/dsa/realtek/realtek.h @@ -5,8 +5,8 @@ * Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org> */ -#ifndef _REALTEK_SMI_H -#define _REALTEK_SMI_H +#ifndef _REALTEK_H +#define _REALTEK_H #include <linux/phy.h> #include <linux/platform_device.h> @@ -142,4 +142,4 @@ void rtl8366_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data); extern const struct realtek_variant rtl8366rb_variant; extern const struct realtek_variant rtl8365mb_variant; -#endif /* _REALTEK_SMI_H */ +#endif /* _REALTEK_H */
The macro was missed while renaming realtek-smi.h to realtek.h. Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> --- drivers/net/dsa/realtek/realtek.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)