summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/CpuCommonFeaturesLib/Eist.c
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/CpuCommonFeaturesLib/Eist.c
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/CpuCommonFeaturesLib/Eist.c')
-rw-r--r--UefiCpuPkg/Library/CpuCommonFeaturesLib/Eist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/CpuCommonFeaturesLib/Eist.c b/UefiCpuPkg/Library/CpuCommonFeaturesLib/Eist.c
index e60220d3c4..ed42afe289 100644
--- a/UefiCpuPkg/Library/CpuCommonFeaturesLib/Eist.c
+++ b/UefiCpuPkg/Library/CpuCommonFeaturesLib/Eist.c
@@ -59,7 +59,7 @@ EFIAPI
EistInitialize (
IN UINTN ProcessorNumber,
IN REGISTER_CPU_FEATURE_INFORMATION *CpuInfo,
- IN VOID *ConfigData, OPTIONAL
+ IN VOID *ConfigData OPTIONAL,
IN BOOLEAN State
)
{