summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/pci.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2017-01-17 21:51:01 +0000
committerkrw <krw@openbsd.org>2017-01-17 21:51:01 +0000
commit24c50ede7c0f8788ecd1142dfca7f35b4c172cb0 (patch)
treec61d4fa4175602b9e87623a315a502e430063a4e /usr.sbin/vmd/pci.c
parent"hosts" is optional; from matthew martin (diff)
downloadwireguard-openbsd-24c50ede7c0f8788ecd1142dfca7f35b4c172cb0.tar.xz
wireguard-openbsd-24c50ede7c0f8788ecd1142dfca7f35b4c172cb0.zip
Nuke some whitespace that keeps poking me in the eye as I try to
steal code.
Diffstat (limited to 'usr.sbin/vmd/pci.c')
-rw-r--r--usr.sbin/vmd/pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vmd/pci.c b/usr.sbin/vmd/pci.c
index 7e03f64d58e..1352995dad9 100644
--- a/usr.sbin/vmd/pci.c
+++ b/usr.sbin/vmd/pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci.c,v 1.11 2017/01/13 14:50:56 reyk Exp $ */
+/* $OpenBSD: pci.c,v 1.12 2017/01/17 21:51:01 krw Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -40,7 +40,7 @@ const uint8_t pci_pic_irqs[PCI_MAX_PIC_IRQS] = {3, 5, 7, 9, 10, 11, 14, 15};
* Adds a BAR for the PCI device 'id'. On access, 'barfn' will be
* called, and passed 'cookie' as an identifier.
*
- * BARs are fixed size, meaning all I/O BARs requested have the
+ * BARs are fixed size, meaning all I/O BARs requested have the
* same size and all MMIO BARs have the same size.
*
* Parameters:
@@ -267,7 +267,7 @@ pci_handle_io(struct vm_run_params *vrp)
__progname, (uint64_t)reg);
/* Reads from undefined ports return 0xFF */
if (dir == 1)
- vei->vei.vei_data = 0xFFFFFFFF;
+ vei->vei.vei_data = 0xFFFFFFFF;
}
if (intr != 0xFF) {