diff options
Diffstat (limited to 'sys/dev')
-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++; } /********************************************************************* |