]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/BaseLibInternals.h
MdePkg: Change OPTIONAL keyword usage style
[mirror_edk2.git] / MdePkg / Library / BaseLib / BaseLibInternals.h
index 6837d67d90cf2772da0db2fec2fedf37fcee20e9..13ac982e92a018e2418828e2f4a4133f4a9f4bb0 100644 (file)
@@ -326,8 +326,8 @@ VOID
 EFIAPI\r
 InternalSwitchStack (\r
   IN      SWITCH_STACK_ENTRY_POINT  EntryPoint,\r
-  IN      VOID                      *Context1,   OPTIONAL\r
-  IN      VOID                      *Context2,   OPTIONAL\r
+  IN      VOID                      *Context1    OPTIONAL,\r
+  IN      VOID                      *Context2    OPTIONAL,\r
   IN      VOID                      *NewStack,\r
   IN      VA_LIST                   Marker\r
   );\r
@@ -699,8 +699,8 @@ VOID
 EFIAPI\r
 InternalX86EnablePaging32 (\r
   IN      SWITCH_STACK_ENTRY_POINT  EntryPoint,\r
-  IN      VOID                      *Context1,  OPTIONAL\r
-  IN      VOID                      *Context2,  OPTIONAL\r
+  IN      VOID                      *Context1   OPTIONAL,\r
+  IN      VOID                      *Context2   OPTIONAL,\r
   IN      VOID                      *NewStack\r
   );\r
 \r
@@ -738,8 +738,8 @@ VOID
 EFIAPI\r
 InternalX86DisablePaging32 (\r
   IN      SWITCH_STACK_ENTRY_POINT  EntryPoint,\r
-  IN      VOID                      *Context1,  OPTIONAL\r
-  IN      VOID                      *Context2,  OPTIONAL\r
+  IN      VOID                      *Context1   OPTIONAL,\r
+  IN      VOID                      *Context2   OPTIONAL,\r
   IN      VOID                      *NewStack\r
   );\r
 \r
@@ -775,8 +775,8 @@ EFIAPI
 InternalX86EnablePaging64 (\r
   IN      UINT16                    Cs,\r
   IN      UINT64                    EntryPoint,\r
-  IN      UINT64                    Context1,  OPTIONAL\r
-  IN      UINT64                    Context2,  OPTIONAL\r
+  IN      UINT64                    Context1   OPTIONAL,\r
+  IN      UINT64                    Context2   OPTIONAL,\r
   IN      UINT64                    NewStack\r
   );\r
 \r
@@ -811,8 +811,8 @@ EFIAPI
 InternalX86DisablePaging64 (\r
   IN      UINT16                    Cs,\r
   IN      UINT32                    EntryPoint,\r
-  IN      UINT32                    Context1,  OPTIONAL\r
-  IN      UINT32                    Context2,  OPTIONAL\r
+  IN      UINT32                    Context1   OPTIONAL,\r
+  IN      UINT32                    Context2   OPTIONAL,\r
   IN      UINT32                    NewStack\r
   );\r
 \r