From 9b8507cabe99a04cc303f6918f07b5454b258c33 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Thu, 2 Dec 2021 18:00:56 -0800 Subject: ShellPkg: Change OPTIONAL keyword usage style REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3760 Update all use of ', OPTIONAL' to ' OPTIONAL,' for function params. Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Ray Ni --- ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShellPkg') 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 ) { -- cgit v1.2.3