diff options
author | 2010-08-28 23:19:29 +0000 | |
---|---|---|
committer | 2010-08-28 23:19:29 +0000 | |
commit | baa9f02101ba4a5f9f9d80f25bcb408740394f54 (patch) | |
tree | 98a45a4ca80c5cc1a1ac9d91849b77041db082ae | |
parent | Correctly compute memory size if less than 256MB. (diff) | |
download | wireguard-openbsd-baa9f02101ba4a5f9f9d80f25bcb408740394f54.tar.xz wireguard-openbsd-baa9f02101ba4a5f9f9d80f25bcb408740394f54.zip |
typo
-rw-r--r-- | sys/dev/pci/if_malo_pci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_malo_pci.c b/sys/dev/pci/if_malo_pci.c index 71dd98e96ad..2603beffe9a 100644 --- a/sys/dev/pci/if_malo_pci.c +++ b/sys/dev/pci/if_malo_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_malo_pci.c,v 1.5 2010/08/08 16:36:33 deraadt Exp $ */ +/* $OpenBSD: if_malo_pci.c,v 1.6 2010/08/28 23:19:29 deraadt Exp $ */ /* * Copyright (c) 2006 Marcus Glocker <mglocker@openbsd.org> @@ -171,8 +171,7 @@ malo_pci_activate(struct device *self, int act) workq_queue_task(NULL, &sc->sc_resume_wqt, 0, malo_pci_resume, sc, NULL); break; -} - + } return (0); } |