diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-11-12 10:25:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-11-12 10:25:04 +0000 |
commit | ab022b5d7b5fb724abc5f9c5668c02e9ddbea3dd (patch) | |
tree | 34c6adb5c33f8b0878c76ce2c37439a9e177c5d9 /sys | |
parent | b8d6fd21c457111f5e23fe5e424ad64ddb5a0265 (diff) |
two newlines in the middle of a func doenst look right.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/bwi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c index c6f057e7eb4..9da160dae75 100644 --- a/sys/dev/ic/bwi.c +++ b/sys/dev/ic/bwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwi.c,v 1.120 2015/11/11 10:07:25 mpi Exp $ */ +/* $OpenBSD: bwi.c,v 1.121 2015/11/12 10:25:03 dlg Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. @@ -7209,7 +7209,6 @@ bwi_start(struct ifnet *ifp) if (m == NULL) break; - if (m->m_len < sizeof(*eh)) { m = m_pullup(m, sizeof(*eh)); if (m == NULL) { |