maintain existing style

This commit is contained in:
Sam Leffler 2009-05-30 18:23:55 +00:00
parent 8cf7d13d7a
commit 06ecfb379a

View File

@ -1145,7 +1145,7 @@ npe_rxdone(int qid, void *arg)
/* XXX should not happen */ /* XXX should not happen */
} }
} }
return (rx_npkts); return rx_npkts;
#undef P2V #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); rx_npkts = npe_rxdone(sc->rx_qid, sc);
npe_txdone(sc->tx_doneqid, sc); /* XXX polls both NPE's */ npe_txdone(sc->tx_doneqid, sc); /* XXX polls both NPE's */
} }
return (rx_npkts); return rx_npkts;
} }
#endif /* DEVICE_POLLING */ #endif /* DEVICE_POLLING */