[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220103190701.pvd7ixfcomlqlbgm@skbuf>
Date: Mon, 3 Jan 2022 21:07:01 +0200
From: Vladimir Oltean <olteanv@...il.com>
To: Luiz Angelo Daros de Luca <luizluca@...il.com>
Cc: netdev@...r.kernel.org, linus.walleij@...aro.org, andrew@...n.ch,
vivien.didelot@...il.com, f.fainelli@...il.com,
alsi@...g-olufsen.dk, arinc.unal@...nc9.com,
frank-w@...lic-files.de
Subject: Re: [PATCH net-next v3 02/11] net: dsa: realtek: rename realtek_smi
to realtek_priv
On Fri, Dec 31, 2021 at 01:32:57AM -0300, Luiz Angelo Daros de Luca wrote:
> In preparation to adding other interfaces, the private data structure
> was renamed to priv.
>
> Signed-off-by: Luiz Angelo Daros de Luca <luizluca@...il.com>
> Tested-by: Arınç ÜNAL <arinc.unal@...nc9.com>
> ---
> @@ -385,76 +385,76 @@ int realtek_smi_setup_mdio(struct realtek_smi *smi)
>
> static int realtek_smi_probe(struct platform_device *pdev)
> {
> - const struct realtek_smi_variant *var;
> + const struct realtek_variant *var;
Undocumented change.
> struct device *dev = &pdev->dev;
> - struct realtek_smi *smi;
> + struct realtek_priv *priv;
> struct device_node *np;
> int ret;
> /**
> - * struct realtek_smi_ops - vtable for the per-SMI-chiptype operations
> + * struct realtek_ops - vtable for the per-SMI-chiptype operations
> * @detect: detects the chiptype
> */
> -struct realtek_smi_ops {
Undocumented name change.
Powered by blists - more mailing lists