mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
maintain existing style
This commit is contained in:
parent
8cf7d13d7a
commit
06ecfb379a
1 changed files with 2 additions and 2 deletions
|
|
@ -1145,7 +1145,7 @@ npe_rxdone(int qid, void *arg)
|
|||
/* XXX should not happen */
|
||||
}
|
||||
}
|
||||
return (rx_npkts);
|
||||
return rx_npkts;
|
||||
#undef P2V
|
||||
}
|
||||
|
||||
|
|
@ -1160,7 +1160,7 @@ npe_poll(struct ifnet *ifp, enum poll_cmd cmd, int count)
|
|||
rx_npkts = npe_rxdone(sc->rx_qid, sc);
|
||||
npe_txdone(sc->tx_doneqid, sc); /* XXX polls both NPE's */
|
||||
}
|
||||
return (rx_npkts);
|
||||
return rx_npkts;
|
||||
}
|
||||
#endif /* DEVICE_POLLING */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue