diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-01 20:11:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-01 20:11:31 +0000 |
commit | 1b5678ae7852f2513052b3bf7240da1405e23f50 (patch) | |
tree | 3c854c12bb2ebb0ea8e4e4738c02d2f7aaf48ed0 | |
parent | b31e8551a7292f10a4e384aac92b348b5d61ecfb (diff) |
fix comments.
-rw-r--r-- | sys/dev/pci/if_ixgb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_ixgb.c b/sys/dev/pci/if_ixgb.c index 14229aa45d0..23a553ba7a8 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.4 2006/02/01 19:07:13 otto Exp $ */ +/* $OpenBSD: if_ixgb.c,v 1.5 2006/02/01 20:11:30 brad Exp $ */ #include <dev/pci/if_ixgb.h> @@ -139,7 +139,7 @@ struct cfdriver ixgb_cd = { * ixgb_probe determines if the driver should be loaded on * adapter based on PCI vendor/device id of the adapter. * - * return 0 on success, positive on failure + * return 0 on no match, positive on match *********************************************************************/ int @@ -158,7 +158,6 @@ ixgb_probe(struct device *parent, void *match, void *aux) * This routine identifies the type of hardware, allocates all resources * and initializes the hardware. * - * return 0 on success, positive on failure *********************************************************************/ void |