diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-02-01 19:07:14 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-02-01 19:07:14 +0000 |
commit | dae5a8d2fe650b63b8a5930e44ee701b2c7a1261 (patch) | |
tree | 3a77f3980c16877444aa93eae6ba66ea7411aff0 /sys/dev/pci/if_ixgb.c | |
parent | ae963187e12199a38186593d19c2029893098a47 (diff) |
double semicolon; from Daniel Matic in PR 4929
Diffstat (limited to 'sys/dev/pci/if_ixgb.c')
-rw-r--r-- | sys/dev/pci/if_ixgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ixgb.c b/sys/dev/pci/if_ixgb.c index f388206f24c..14229aa45d0 100644 --- a/sys/dev/pci/if_ixgb.c +++ b/sys/dev/pci/if_ixgb.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.c,v 1.3 2005/12/10 19:19:40 brad Exp $ */ +/* $OpenBSD: if_ixgb.c,v 1.4 2006/02/01 19:07:13 otto Exp $ */ #include <dev/pci/if_ixgb.h> @@ -454,7 +454,7 @@ ixgb_watchdog(struct ifnet * ifp) ixgb_stop(sc); ixgb_init(sc); - sc->watchdog_events++;; + sc->watchdog_events++; } /********************************************************************* |