summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_em.c
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2009-07-27 16:37:52 +0000
committerclaudio <claudio@openbsd.org>2009-07-27 16:37:52 +0000
commit769aeb42d76adb0a13b552f3e991ce2545e8ad85 (patch)
tree9908ed70c01fc6f8509820b21d72b48f0f92f792 /sys/dev/pci/if_em.c
parentdocument how patterns are matched and that only the first 16 chars (diff)
downloadwireguard-openbsd-769aeb42d76adb0a13b552f3e991ce2545e8ad85.tar.xz
wireguard-openbsd-769aeb42d76adb0a13b552f3e991ce2545e8ad85.zip
Split comment from lint keyword. OK dms@
Diffstat (limited to 'sys/dev/pci/if_em.c')
-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: