summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-03-04 00:04:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-03-04 00:04:49 +0000
commitf4237b7819fb4d2dda4688bec6acb2b124f11b45 (patch)
tree2570541565dad4f132af8389a12363dce0eb8bf9 /sys/dev/pci
parent8025935fd38e7bf1e08124ffd50a0ee476fd3e62 (diff)
extra ) not needed, spotted by tiago silva
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_oce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_oce.c b/sys/dev/pci/if_oce.c
index 68e3198964b..f457510fcde 100644
--- a/sys/dev/pci/if_oce.c
+++ b/sys/dev/pci/if_oce.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_oce.c,v 1.92 2016/01/06 06:41:57 mikeb Exp $ */
+/* $OpenBSD: if_oce.c,v 1.93 2016/03/04 00:04:48 deraadt Exp $ */
/*
* Copyright (c) 2012 Mike Belopuhov
@@ -3071,7 +3071,7 @@ oce_config_rss(struct oce_softc *sc, int enable)
if (enable)
cmd.params.req.enable_rss = RSS_ENABLE_IPV4 | RSS_ENABLE_IPV6 |
- RSS_ENABLE_TCP_IPV4 | RSS_ENABLE_TCP_IPV6);
+ RSS_ENABLE_TCP_IPV4 | RSS_ENABLE_TCP_IPV6;
cmd.params.req.flush = OCE_FLUSH;
cmd.params.req.if_id = htole32(sc->sc_if_id);