From 24c50ede7c0f8788ecd1142dfca7f35b4c172cb0 Mon Sep 17 00:00:00 2001 From: krw Date: Tue, 17 Jan 2017 21:51:01 +0000 Subject: Nuke some whitespace that keeps poking me in the eye as I try to steal code. --- usr.sbin/vmd/pci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/vmd/pci.c') 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 @@ -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) { -- cgit v1.2.3-59-g8ed1b