[net-next PATCH 1/4] netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule
Jakub Kicinski
kuba at kernel.org
Tue Oct 3 09:21:42 AEDT 2023
On Mon, 2 Oct 2023 17:10:20 +0200 Christian Marangi wrote:
> queue_work(priv->xfer_wq, &priv->rx_work);
> - else if (napi_schedule_prep(&priv->napi))
> - __napi_schedule(&priv->napi);
> + else
> + napi_schedule(&priv->napi)
Missing semi-colon, please make sure each patch builds cleanly
with allmodconfig.
--
pw-bot: cr
More information about the Linuxppc-dev
mailing list