summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-05-30 18:23:55 +0000
committersam <sam@FreeBSD.org>2009-05-30 18:23:55 +0000
commit2c8e83d6b627484f401973d5611f8f1d6e8bc544 (patch)
tree99a91bd9921726942437b6b251178a4d669cbcae /sys/arm
parent02893c65476d3857b2c428892050db561634d94f (diff)
downloadFreeBSD-src-2c8e83d6b627484f401973d5611f8f1d6e8bc544.zip
FreeBSD-src-2c8e83d6b627484f401973d5611f8f1d6e8bc544.tar.gz
maintain existing style
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/xscale/ixp425/if_npe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/xscale/ixp425/if_npe.c b/sys/arm/xscale/ixp425/if_npe.c
index 3d174e7..b54526c 100644
--- a/sys/arm/xscale/ixp425/if_npe.c
+++ b/sys/arm/xscale/ixp425/if_npe.c
@@ -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 */
OpenPOWER on IntegriCloud