Re: [PATCH v2] net: stmmac: fix rx queue priority assignment

From: Jakub Kicinski
Date: Tue Feb 27 2024 - 22:24:10 EST


On Mon, 26 Feb 2024 10:31:44 +0100 Piotr Wejman wrote:
> + ctrl2 = readl(ioaddr + XGMAC_RXQ_CTRL2);
> + ctrl3 = readl(ioaddr + XGMAC_RXQ_CTRL3);
> +

checkpatch points out there is an unnecessary tab on this empty line

> + /* The software must ensure that the same priority
> + * is not mapped to multiple Rx queues.
> + */
--
pw-bot: cr