diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-01 20:13:50 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-01 20:13:50 +0000 |
commit | 17207a1460eaba3a4d9e5dfa96735af7c6640174 (patch) | |
tree | eb4a2b684356db5ffccaa63fadbecbfb23939520 /sys/dev | |
parent | 1b5678ae7852f2513052b3bf7240da1405e23f50 (diff) |
remove return values in this comment too.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_ixgb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ixgb.c b/sys/dev/pci/if_ixgb.c index 23a553ba7a8..d8624d3f111 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.5 2006/02/01 20:11:30 brad Exp $ */ +/* $OpenBSD: if_ixgb.c,v 1.6 2006/02/01 20:13:49 brad Exp $ */ #include <dev/pci/if_ixgb.h> @@ -464,7 +464,6 @@ ixgb_watchdog(struct ifnet * ifp) * by the driver as a hw/sw initialization routine to get to a * consistent state. * - * return 0 on success, positive on failure **********************************************************************/ void |