summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c
index 63fc3731cd..4e60baa325 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c
@@ -68,8 +68,8 @@ ShellMmDecodePciAddress (
IN UINT64 Address,
OUT UINT32 *Segment,
OUT UINT8 *Bus,
- OUT UINT8 *Device, OPTIONAL
- OUT UINT8 *Function, OPTIONAL
+ OUT UINT8 *Device OPTIONAL,
+ OUT UINT8 *Function OPTIONAL,
OUT UINT32 *Register OPTIONAL
)
{