]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Dxe/ArchProtocol/Security.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Dxe / ArchProtocol / Security.h
index 3598199b8454c838d504ca4b74e4955c7f5d2cf1..ec981b4a02be099841ffe4e7df7e4cbb380661b8 100644 (file)
@@ -65,29 +65,25 @@ typedef struct _EFI_SECURITY_ARCH_PROTOCOL    EFI_SECURITY_ARCH_PROTOCOL;
   might be possible to use it at a future time, then EFI_SECURITY_VIOLATION is \r
   returned.\r
 \r
-  @param  This The EFI_SECURITY_ARCH_PROTOCOL instance.\r
-  \r
-  @param  AuthenticationStatus This is the authentication type returned from the Section\r
-  Extraction protocol.  See the Section Extraction Protocol\r
-  Specification for details on this type.\r
-  \r
-  @param  File This is a pointer to the device path of the file that is\r
-  being dispatched.  This will optionally be used for logging.\r
-\r
-  @retval  EFI_SUCCESS The file specified by File did authenticate, and the\r
-  platform policy dictates that the DXE Core may use File.\r
-  \r
-  @retval  EFI_INVALID_PARAMETER Driver is NULL.\r
-  \r
-  @retval  EFI_SECURITY_VIOLATION The file specified by File did not authenticate, and\r
-  the platform policy dictates that File should be placed\r
-  in the untrusted state.   A file may be promoted from\r
-  the untrusted to the trusted state at a future time\r
-  with a call to the Trust() DXE Service.\r
-  \r
-  @retval  EFI_ACCESS_DENIED The file specified by File did not authenticate, and\r
-  the platform policy dictates that File should not be\r
-  used for any purpose.\r
+  @param  This             The EFI_SECURITY_ARCH_PROTOCOL instance.\r
+  @param  AuthenticationStatus \r
+                           This is the authentication type returned from the Section\r
+                           Extraction protocol. See the Section Extraction Protocol\r
+                           Specification for details on this type.\r
+  @param  File             This is a pointer to the device path of the file that is\r
+                           being dispatched. This will optionally be used for logging.\r
+\r
+  @retval EFI_SUCCESS           The file specified by File did authenticate, and the\r
+                                platform policy dictates that the DXE Core may use File.\r
+  @retval EFI_INVALID_PARAMETER Driver is NULL.\r
+  @retval EFI_SECURITY_VIOLATION The file specified by File did not authenticate, and\r
+                                the platform policy dictates that File should be placed\r
+                                in the untrusted state. A file may be promoted from\r
+                                the untrusted to the trusted state at a future time\r
+                                with a call to the Trust() DXE Service.\r
+  @retval EFI_ACCESS_DENIED     The file specified by File did not authenticate, and\r
+                                the platform policy dictates that File should not be\r
+                                used for any purpose.\r
 \r
 **/\r
 typedef \r