summaryrefslogtreecommitdiff
path: root/PcAtChipsetPkg/Library
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-12-02 18:00:54 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit237295f46d83bf9e384103aaa77d9cf19dcc50b2 (patch)
tree93be26b26f99889c82ef7e824dac3353e746c4dd /PcAtChipsetPkg/Library
parent79d49e162ed753a4e233af0cce36f68e18a06c03 (diff)
downloadedk2-237295f46d83bf9e384103aaa77d9cf19dcc50b2.zip
edk2-237295f46d83bf9e384103aaa77d9cf19dcc50b2.tar.gz
edk2-237295f46d83bf9e384103aaa77d9cf19dcc50b2.tar.bz2
PcAtChipsetPkg: 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 'PcAtChipsetPkg/Library')
-rw-r--r--PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c b/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c
index 0a49093..bcb3254 100644
--- a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c
+++ b/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c
@@ -274,7 +274,7 @@ GetPerformanceCounter (
UINT64
EFIAPI
GetPerformanceCounterProperties (
- OUT UINT64 *StartValue, OPTIONAL
+ OUT UINT64 *StartValue OPTIONAL,
OUT UINT64 *EndValue OPTIONAL
)
{
@@ -390,4 +390,3 @@ InternalCalculateTscFrequency (
return TscFrequency;
}
-