Author: sam Date: Sat May 30 18:23:55 2009 New Revision: 193104 URL: http://svn.freebsd.org/changeset/base/193104
Log: maintain existing style Modified: head/sys/arm/xscale/ixp425/if_npe.c Modified: head/sys/arm/xscale/ixp425/if_npe.c ============================================================================== --- head/sys/arm/xscale/ixp425/if_npe.c Sat May 30 17:56:19 2009 (r193103) +++ head/sys/arm/xscale/ixp425/if_npe.c Sat May 30 18:23:55 2009 (r193104) @@ -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_cm 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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"