]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/Security/Security.c
correct comments
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Security / Security.c
index b7cc10058ef642ea4306730809cd70cbe27deb92..7460707a274f164589a5befc2b744856f6703984 100644 (file)
@@ -18,9 +18,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   Provide a callback for when the security PPI is installed.\r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param NotifyDescriptor - The descriptor for the notification event.\r
-  @param Ppi             - Pointer to the PPI in question.\r
+  @param PeiServices        An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param NotifyDescriptor   The descriptor for the notification event.\r
+  @param Ppi                Pointer to the PPI in question.\r
 \r
   @return Always success\r
 \r
@@ -42,7 +42,7 @@ STATIC EFI_PEI_NOTIFY_DESCRIPTOR mNotifyList = {
 /**\r
   Initialize the security services.\r
 \r
-  @param PeiServices     The PEI core services table.\r
+  @param PeiServices     An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param OldCoreData     Pointer to the old core data.\r
                          NULL if being run in non-permament memory mode.\r
 \r
@@ -63,9 +63,9 @@ InitializeSecurityServices (
 \r
   Provide a callback for when the security PPI is installed.\r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param NotifyDescriptor - The descriptor for the notification event.\r
-  @param Ppi             - Pointer to the PPI in question.\r
+  @param PeiServices        An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param NotifyDescriptor   The descriptor for the notification event.\r
+  @param Ppi                Pointer to the PPI in question.\r
 \r
   @return Always success\r
 \r
@@ -150,8 +150,8 @@ VerifyPeim (
 \r
   @param CurrentFvAddress - Pointer to the current Firmware Volume under consideration\r
 \r
-  @retval EFI_SUCCESS             - Firmware Volume is legal\r
-  @retval EFI_SECURITY_VIOLATION  - Firmware Volume fails integrity test\r
+  @retval EFI_SUCCESS              Firmware Volume is legal\r
+  @retval EFI_SECURITY_VIOLATION   Firmware Volume fails integrity test\r
 \r
 **/\r
 EFI_STATUS\r