]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Change OPTIONAL keyword usage style
authorMichael D Kinney <michael.d.kinney@intel.com>
Fri, 3 Dec 2021 02:00:37 +0000 (18:00 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Dec 2021 17:24:28 +0000 (17:24 +0000)
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: Andrew Fish <afish@apple.com>
ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c
ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.c

index eee030d16a0d36d6b553d38498eef80d95334172..4b1c9ac49efb8004668f705d62668cff1491d03f 100644 (file)
@@ -219,7 +219,7 @@ GetPerformanceCounter (
 UINT64\r
 EFIAPI\r
 GetPerformanceCounterProperties (\r
-  OUT      UINT64                    *StartValue,  OPTIONAL\r
+  OUT      UINT64                    *StartValue   OPTIONAL,\r
   OUT      UINT64                    *EndValue     OPTIONAL\r
   )\r
 {\r
index 37cdb861a0d36885d60489a170478c159c519315..c8edc4f5cf8c04cd8d92b3dea9039cb54abc785b 100644 (file)
@@ -268,7 +268,7 @@ VOID
 EFIAPI\r
 InitializeDebugAgent (\r
   IN UINT32                InitFlag,\r
-  IN VOID                  *Context, OPTIONAL\r
+  IN VOID                  *Context  OPTIONAL,\r
   IN DEBUG_AGENT_CONTINUE  Function  OPTIONAL\r
   )\r
 {\r
@@ -335,4 +335,3 @@ SaveAndSetDebugTimerInterrupt (
 {\r
   return FALSE;\r
 }\r
-\r