]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeHstiLib/HstiDxe.c
MdePkg: Change OPTIONAL keyword usage style
[mirror_edk2.git] / MdePkg / Library / DxeHstiLib / HstiDxe.c
index 262413266c7cc561246b26f467d2eeecbed8a476..3f4d8eb79c728e21c3e8fd9fe644509b9c786365 100644 (file)
@@ -375,7 +375,7 @@ HstiLibGetTable (
 EFI_STATUS\r
 InternalHstiRecordFeaturesVerified (\r
   IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
+  IN CHAR16                   *ImplementationID  OPTIONAL,\r
   IN UINT32                   ByteIndex,\r
   IN UINT8                    Bit,\r
   IN BOOLEAN                  Set\r
@@ -433,7 +433,7 @@ EFI_STATUS
 EFIAPI\r
 HstiLibSetFeaturesVerified (\r
   IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
+  IN CHAR16                   *ImplementationID  OPTIONAL,\r
   IN UINT32                   ByteIndex,\r
   IN UINT8                    BitMask\r
   )\r
@@ -466,7 +466,7 @@ EFI_STATUS
 EFIAPI\r
 HstiLibClearFeaturesVerified (\r
   IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
+  IN CHAR16                   *ImplementationID  OPTIONAL,\r
   IN UINT32                   ByteIndex,\r
   IN UINT8                    BitMask\r
   )\r
@@ -499,7 +499,7 @@ HstiLibClearFeaturesVerified (
 EFI_STATUS\r
 InternalHstiRecordErrorString (\r
   IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
+  IN CHAR16                   *ImplementationID  OPTIONAL,\r
   IN CHAR16                   *ErrorString,\r
   IN BOOLEAN                  Append\r
   )\r
@@ -563,7 +563,7 @@ EFI_STATUS
 EFIAPI\r
 HstiLibAppendErrorString (\r
   IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
+  IN CHAR16                   *ImplementationID  OPTIONAL,\r
   IN CHAR16                   *ErrorString\r
   )\r
 {\r
@@ -593,7 +593,7 @@ EFI_STATUS
 EFIAPI\r
 HstiLibSetErrorString (\r
   IN UINT32                   Role,\r
-  IN CHAR16                   *ImplementationID, OPTIONAL\r
+  IN CHAR16                   *ImplementationID  OPTIONAL,\r
   IN CHAR16                   *ErrorString\r
   )\r
 {\r