summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/MpInitLibUp
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-12-02 18:01:00 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit4ec586b9f67a86036dfc8f23f4f8a0341513e94c (patch)
tree594daa1ec4a2d4281e94e59e64163b27450a040a /UefiCpuPkg/Library/MpInitLibUp
parent902e76de19fe19a86d74053adc5e06f29b7a537a (diff)
downloadedk2-4ec586b9f67a86036dfc8f23f4f8a0341513e94c.tar.gz
edk2-4ec586b9f67a86036dfc8f23f4f8a0341513e94c.tar.bz2
edk2-4ec586b9f67a86036dfc8f23f4f8a0341513e94c.zip
UefiCpuPkg: 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 <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'UefiCpuPkg/Library/MpInitLibUp')
-rw-r--r--UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.c b/UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.c
index b4024ee1ae..7a461af9b1 100644
--- a/UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.c
+++ b/UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.c
@@ -63,7 +63,7 @@ MpInitLibInitialize (
EFI_STATUS
EFIAPI
MpInitLibGetNumberOfProcessors (
- OUT UINTN *NumberOfProcessors, OPTIONAL
+ OUT UINTN *NumberOfProcessors OPTIONAL,
OUT UINTN *NumberOfEnabledProcessors OPTIONAL
)
{