[PATCH 2/2] net: stmmac: dwmac-imx: set TSO/TBS TX queues default settings
Jakub Kicinski
kuba at kernel.org
Thu Jan 25 17:22:53 PST 2024
On Thu, 25 Jan 2024 13:34:34 +0100 Esben Haabendal wrote:
> + for (int i = 0; i < plat_dat->tx_queues_to_use; i++) {
> + /* Default TX Q0 to use TSO and rest TXQ for TBS */
> + if (i > 0)
> + plat_dat->tx_queues_cfg[i].tbs_en = 1;
> + }
checkpatch points out this code is indented with spaces.
Please use tabs.
More information about the linux-arm-kernel
mailing list