From 20c43b1134c376c5f59e81cc06460eb497d3daa2 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Mon, 27 Jul 2009 16:37:53 +0000 Subject: Split comment from lint keyword. OK dms@ --- sys/dev/pci/if_em.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') 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 @@ -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: -- cgit v1.2.3