Re: [PATCH net-next v3 1/6] net: dsa: motorcomm: Rename MIB stuffs
From: David Yang
Date: Wed Sep 09 2026 - 15:55:41 EST
On Wed, Sep 9, 2026 at 11:16 PM <netdev-bot+sashiko@xxxxxxxxxx> wrote:
> [Severity: Low]
> Should the comment above yt921x_mib_descs[] in chip.c be renamed too? It
> still points at the old type name:
>
> drivers/net/dsa/motorcomm/chip.c
> /* Must agree with yt921x_mib
> *
> * Unstructured fields (name != NULL) will appear in get_ethtool_stats(),
> * ...
> */
> static const struct yt921x_mib_desc yt921x_mib_descs[] = {
>
> After this commit there is no struct yt921x_mib left in the tree, so the
> comment names a type that no longer exists.
Will fix them in the next version, please do not merge it.