[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJq09z5Uf0LCUg9kGvhgJtE3EVNONtdaMqqzr+SHw5AoSiTUEQ@mail.gmail.com>
Date: Tue, 4 Jan 2022 21:22:01 -0300
From: Luiz Angelo Daros de Luca <luizluca@...il.com>
To: Vladimir Oltean <olteanv@...il.com>
Cc: "open list:NETWORKING DRIVERS" <netdev@...r.kernel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
Alvin Šipraga <alsi@...g-olufsen.dk>,
Arınç ÜNAL <arinc.unal@...nc9.com>,
Frank Wunderlich <frank-w@...lic-files.de>
Subject: Re: [PATCH net-next v3 02/11] net: dsa: realtek: rename realtek_smi
to realtek_priv
> > 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.
I'll mention them in the commit message. Thanks
Powered by blists - more mailing lists