Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/arch/arc/include Whitespace
details: https://anonhg.NetBSD.org/src/rev/337a9c267ed3
branches: netbsd-6
changeset: 369424:337a9c267ed3
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Aug 16 13:52:58 2022 +0000
description:
Whitespace
diffstat:
sys/arch/arc/include/pci_machdep.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 7921bc688e9d -r 337a9c267ed3 sys/arch/arc/include/pci_machdep.h
--- a/sys/arch/arc/include/pci_machdep.h Mon Jul 02 14:37:59 2018 +0000
+++ b/sys/arch/arc/include/pci_machdep.h Tue Aug 16 13:52:58 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.9 2011/04/04 20:37:45 dyoung Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.9.10.1 2022/08/16 13:52:58 skrll Exp $ */
/* NetBSD: pci_machdep.h,v 1.3 1999/03/19 03:40:46 cgd Exp */
/*
@@ -100,5 +100,5 @@
(*(c)->pc_intr_disestablish)((c), (iv))
#define pci_conf_interrupt(c, b, d, f, s, i) \
(*(c)->pc_conf_interrupt)((c), (b), (d), (f), (s), (i))
-#define pci_conf_hook(c, b, d, f, i) \
+#define pci_conf_hook(c, b, d, f, i) \
(*(c)->pc_conf_hook)((c), (b), (d), (f), (i))
Home |
Main Index |
Thread Index |
Old Index