Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci whitespace fix



details:   https://anonhg.NetBSD.org/src/rev/710a899e4eea
branches:  trunk
changeset: 939013:710a899e4eea
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Sep 23 13:45:14 2020 +0000

description:
whitespace fix

diffstat:

 sys/dev/pci/virtio_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fdea26b24fce -r 710a899e4eea sys/dev/pci/virtio_pci.c
--- a/sys/dev/pci/virtio_pci.c  Wed Sep 23 12:05:16 2020 +0000
+++ b/sys/dev/pci/virtio_pci.c  Wed Sep 23 13:45:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: virtio_pci.c,v 1.13 2020/09/17 17:33:50 jakllsch Exp $ */
+/* $NetBSD: virtio_pci.c,v 1.14 2020/09/23 13:45:14 jakllsch Exp $ */
 
 /*
  * Copyright (c) 2010 Minoura Makoto.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: virtio_pci.c,v 1.13 2020/09/17 17:33:50 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: virtio_pci.c,v 1.14 2020/09/23 13:45:14 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -734,7 +734,7 @@
                psc->sc_ihs_num = 1;
                psc->sc_config_offset = VIRTIO_CONFIG_DEVICE_CONFIG_NOMSI;
 
-               error = pci_get_capability(pc, tag, PCI_CAP_MSIX, &off, NULL);
+               error = pci_get_capability(pc, tag, PCI_CAP_MSIX, &off, NULL);
                if (error != 0) {
                        ctl = pci_conf_read(pc, tag, off + PCI_MSIX_CTL);
                        ctl &= ~PCI_MSIX_CTL_ENABLE;



Home | Main Index | Thread Index | Old Index