summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorprasad <none@none>2006-10-27 11:14:11 -0700
committerprasad <none@none>2006-10-27 11:14:11 -0700
commit3acfefaab29d68edc293bd4435567a7d55178b41 (patch)
treec1042be9c77b50fe9eb60e1d352d70a799b0caad /usr/src
parent28cae8e27cd02e5b8df9666bb34af9786c217a1a (diff)
downloadillumos-joyent-3acfefaab29d68edc293bd4435567a7d55178b41.tar.gz
6470966 x64: PCIe software should mask off fabric errors during hotplug operations (fix cstyle)
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h b/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h
index ffc4ba5d0c..7227dac0d1 100644
--- a/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h
+++ b/usr/src/uts/common/sys/hotplug/pci/pciehpc_impl.h
@@ -222,13 +222,13 @@ extern int pciehpc_debug;
#define PCIEHPC_INTR_PRI 1
#if defined(__sparc)
-#define PCIE_ENABLE_ERRORS(arg1,arg2) \
- pcie_enable_errors(arg1,arg2); \
- (void) pcie_enable_ce(arg1,arg2)
-#define PCIE_DISABLE_ERRORS(arg1,arg2) pcie_disable_errors(arg1,arg2)
+#define PCIE_ENABLE_ERRORS(arg1, arg2) \
+ pcie_enable_errors(arg1, arg2); \
+ (void) pcie_enable_ce(arg1, arg2)
+#define PCIE_DISABLE_ERRORS(arg1, arg2) pcie_disable_errors(arg1, arg2)
#else
-#define PCIE_ENABLE_ERRORS(arg1,arg2) pcie_error_enable(arg1,arg2)
-#define PCIE_DISABLE_ERRORS(arg1,arg2) pcie_error_disable(arg1,arg2)
+#define PCIE_ENABLE_ERRORS(arg1, arg2) pcie_error_enable(arg1, arg2)
+#define PCIE_DISABLE_ERRORS(arg1, arg2) pcie_error_disable(arg1, arg2)
#endif
#ifdef __cplusplus