summaryrefslogtreecommitdiff
path: root/UefiPayloadPkg/Library/AcpiTimerLib
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-12-02 18:01:01 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commite35dd3282157b2c9418999828c6dad695f148142 (patch)
treeacc91bc61a91b7b7be9128c7037f342fde8987ec /UefiPayloadPkg/Library/AcpiTimerLib
parent4ec586b9f67a86036dfc8f23f4f8a0341513e94c (diff)
downloadedk2-e35dd3282157b2c9418999828c6dad695f148142.zip
edk2-e35dd3282157b2c9418999828c6dad695f148142.tar.gz
edk2-e35dd3282157b2c9418999828c6dad695f148142.tar.bz2
UefiPayloadPkg: 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 'UefiPayloadPkg/Library/AcpiTimerLib')
-rw-r--r--UefiPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/UefiPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.c b/UefiPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.c
index b86382d..1b48664 100644
--- a/UefiPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.c
+++ b/UefiPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.c
@@ -209,7 +209,7 @@ GetPerformanceCounter (
UINT64
EFIAPI
GetPerformanceCounterProperties (
- OUT UINT64 *StartValue, OPTIONAL
+ OUT UINT64 *StartValue OPTIONAL,
OUT UINT64 *EndValue OPTIONAL
)
{
@@ -267,4 +267,3 @@ GetTimeInNanoSecond (
return NanoSeconds;
}
-