summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
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