]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Security.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Ppi / Security.h
index cc59023bf5be5e5e292b5eeffb1c52da49514c70..b0f06264063a714fbb1576b0495fc42f8ef2aa63 100644 (file)
@@ -32,18 +32,14 @@ typedef struct _EFI_PEI_SECURITY_PPI  EFI_PEI_SECURITY_PPI;
   Allows the platform builder to implement a security policy in response \r
   to varying file authentication states.\r
 \r
-  @param  PeiServices Pointer to the PEI Services Table.\r
-  \r
-  @param  This Interface pointer that implements the particular EFI_PEI_SECURITY_PPI instance.\r
-  \r
-  @param  AuthenticationStatus Status returned by the verification service as part of section extraction.\r
-  \r
-  @param  FfsFileHeader Pointer to the file under review. \r
-  \r
+  @param  PeiServices    Pointer to the PEI Services Table.\r
+  @param  This           Interface pointer that implements the particular EFI_PEI_SECURITY_PPI instance.\r
+  @param  AuthenticationStatus \r
+                         Status returned by the verification service as part of section extraction.\r
+  @param  FfsFileHeader  Pointer to the file under review.\r
   @param  DeferExecution Pointer to a variable that alerts the PEI Foundation to defer execution of a PEIM.\r
 \r
-  @retval EFI_SUCCESS The service performed its action successfully.\r
-  \r
+  @retval EFI_SUCCESS           The service performed its action successfully.\r
   @retval EFI_SECURITY_VIOLATION The object cannot be trusted\r
 \r
 **/\r