Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/6d7ae82fe1bc
branches: trunk
changeset: 950421:6d7ae82fe1bc
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jan 29 06:00:08 2021 +0000
description:
Trailing whitespace
diffstat:
sys/dev/pci/pci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1f1839971594 -r 6d7ae82fe1bc sys/dev/pci/pci.c
--- a/sys/dev/pci/pci.c Fri Jan 29 04:38:49 2021 +0000
+++ b/sys/dev/pci/pci.c Fri Jan 29 06:00:08 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci.c,v 1.157 2020/02/02 16:30:31 jmcneill Exp $ */
+/* $NetBSD: pci.c,v 1.158 2021/01/29 06:00:08 skrll Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci.c,v 1.157 2020/02/02 16:30:31 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci.c,v 1.158 2021/01/29 06:00:08 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_pci.h"
@@ -935,7 +935,7 @@
/* For MSI */
if (pci_get_capability(pc, tag, PCI_CAP_MSI, &off, NULL) != 0) {
bool bit64, pvmask;
-
+
pcs->msi_ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;
Home |
Main Index |
Thread Index |
Old Index