diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-28 02:46:55 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-28 02:46:55 +0000 |
commit | efba493f61dfd75c68930860805d51bd0362543d (patch) | |
tree | 1c968330566436f86428a0934cde67ddbb5ae37b | |
parent | 600b2e88270a67d649cb09fc117cd94a00067908 (diff) |
remove some whitespace.
-rw-r--r-- | sys/dev/pci/if_em.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_em.c b/sys/dev/pci/if_em.c index d2d598fdef0..4e68e57c30b 100644 --- a/sys/dev/pci/if_em.c +++ b/sys/dev/pci/if_em.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_em.c,v 1.132 2006/06/24 00:49:36 brad Exp $ */ +/* $OpenBSD: if_em.c,v 1.133 2006/06/28 02:46:54 brad Exp $ */ /* $FreeBSD: if_em.c,v 1.46 2004/09/29 18:28:28 mlaier Exp $ */ #include <dev/pci/if_em.h> @@ -2435,8 +2435,6 @@ em_process_receive_interrupts(struct em_softc *sc, int count) E1000_WRITE_REG(&sc->hw, RDT, i); } - - #ifdef __STRICT_ALIGNMENT /* * When Jumbo frames are enabled we should realign the entire payload on |