remove whitespaces and tabs

This commit is contained in:
purplerain 2024-02-06 21:31:24 +00:00
parent 593fd57b5d
commit e8952ca2b8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
5 changed files with 12 additions and 12 deletions

View file

@ -1642,7 +1642,7 @@ qwx_pcic_ext_irq_config(struct qwx_softc *sc, struct pci_attach_args *pa)
irq_grp->sc = sc;
irq_grp->grp_id = i;
#if 0
#if 0
init_dummy_netdev(&irq_grp->napi_ndev);
netif_napi_add(&irq_grp->napi_ndev, &irq_grp->napi,
ath11k_pcic_ext_grp_napi_poll);