summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2009-07-27 16:37:53 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2009-07-27 16:37:53 +0000
commit20c43b1134c376c5f59e81cc06460eb497d3daa2 (patch)
tree825118213181896af6cd4e91b9a9654d9433d11a /sys/dev/pci
parent11a7b7d59902fbda828e3af1da67048894655d29 (diff)
Split comment from lint keyword. OK dms@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_em.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.c b/sys/dev/pci/if_em.c
index c24b5e1e6e3..7dbec34a729 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.214 2009/06/26 14:30:35 claudio Exp $ */
+/* $OpenBSD: if_em.c,v 1.215 2009/07/27 16:37:52 claudio Exp $ */
/* $FreeBSD: if_em.c,v 1.46 2004/09/29 18:28:28 mlaier Exp $ */
#include <dev/pci/if_em.h>
@@ -332,7 +332,8 @@ em_attach(struct device *parent, struct device *self, void *aux)
sc->hw.max_frame_size = ETHER_MAX_LEN;
break;
}
- /* Allow Jumbo frames - FALLTHROUGH */
+ /* Allow Jumbo frames */
+ /* FALLTHROUGH */
}
case em_82571:
case em_82572: