summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/S3PciLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/S3PciLib.h')
-rw-r--r--MdePkg/Include/Library/S3PciLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/S3PciLib.h b/MdePkg/Include/Library/S3PciLib.h
index 595cee2c2a..1479859b84 100644
--- a/MdePkg/Include/Library/S3PciLib.h
+++ b/MdePkg/Include/Library/S3PciLib.h
@@ -25,7 +25,7 @@
@return The encoded PCI address.
**/
-#define S3_PCI_LIB_ADDRESS(Bus,Device,Function,Register) \
+#define S3_PCI_LIB_ADDRESS(Bus, Device, Function, Register) \
(((Register) & 0xfff) | (((Function) & 0x07) << 12) | (((Device) & 0x1f) << 15) | (((Bus) & 0xff) << 20))
/**