Re: [PATCH net-next v4 02/11] net: dsa: realtek: rename realtek_smi to realtek_priv
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2022-01-20 14:37:46
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2022-01-20 14:37:46
On Wed, Jan 05, 2022 at 12:15:06AM -0300, Luiz Angelo Daros de Luca wrote:
In preparation to adding other interfaces, the private data structure was renamed to priv. Also, realtek_smi_variant and realtek_smi_ops were renamed to realtek_variant and realtek_ops as those structs are not SMI specific. Signed-off-by: Luiz Angelo Daros de Luca <redacted> Tested-by: Arınç ÜNAL <redacted> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> ---
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>