Re: [PATCH net] net: stmmac: xgmac: fix a typo of register name in DPP safety handling

From: Paolo Abeni
Date: Tue Feb 06 2024 - 07:57:34 EST


On Sat, 2024-02-03 at 14:18 +0100, Jiri Pirko wrote:
> Sat, Feb 03, 2024 at 06:31:33AM CET, 0x1207@xxxxxxxxx wrote:
> > DDPP is copied from Synopsys Data book:
> >
> > DDPP: Disable Data path Parity Protection.
> > When it is 0x0, Data path Parity Protection is enabled.
> > When it is 0x1, Data path Parity Protection is disabled.
> >
> > The macro name should be XGMAC_DPP_DISABLE.
> >
> > Fixes: 46eba193d04f ("net: stmmac: xgmac: fix handling of DPP safety error for DMA channels")
> > Signed-off-by: Furong Xu <0x1207@xxxxxxxxx>
>
> Looks okay, but this is net-next material.

The blamed commit has been applied to net before Serge spotted the typo
during patch review. I think it deserves the net target, so the typo
will never land into vanilla.

Cheers,

Paolo