]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Dxe/ArchProtocol/Runtime.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Dxe / ArchProtocol / Runtime.h
index bbd4c1a69934296f9e0ea6c7e7c1725de39ee577..feb2d8f294ab878e645223c636cd5de0881a9341 100644 (file)
@@ -50,23 +50,19 @@ typedef struct _EFI_RUNTIME_ARCH_PROTOCOL   EFI_RUNTIME_ARCH_PROTOCOL;
   loaded into memory with the Boot Service LoadImage().  As a result, no \r
   parameter checking needs to be performed.\r
 \r
-  @param  This The EFI_RUNTIME_ARCH_PROTOCOL instance.\r
-  \r
-  @param  ImageBase Start of image that has been loaded in memory. It is either\r
-  a pointer to the DOS or PE header of the image.\r
-  \r
-  @param  ImageSize Size of the image in bytes.\r
-  \r
-  @param  RelocationData Information about the fixups that were performed on ImageBase\r
-  when it was loaded into memory. This information is needed\r
-  when the virtual mode fix-ups are reapplied so that data that\r
-  has been programmatically updated will not be fixed up. If\r
-  code updates a global variable the code is responsible for\r
-  fixing up the variable for virtual mode.\r
-\r
-  @retval  EFI_SUCCESS The ImageBase has been registered.\r
-  \r
-  @retval  EFI_OUT_OF_RESOURCES There are not enough resources to register ImageBase.\r
+  @param  This             The EFI_RUNTIME_ARCH_PROTOCOL instance.\r
+  @param  ImageBase        Start of image that has been loaded in memory. It is either\r
+                           a pointer to the DOS or PE header of the image.\r
+  @param  ImageSize        Size of the image in bytes.\r
+  @param  RelocationData   Information about the fixups that were performed on ImageBase\r
+                           when it was loaded into memory. This information is needed\r
+                           when the virtual mode fix-ups are reapplied so that data that\r
+                           has been programmatically updated will not be fixed up. If\r
+                           code updates a global variable the code is responsible for\r
+                           fixing up the variable for virtual mode.\r
+\r
+  @retval EFI_SUCCESS           The ImageBase has been registered.\r
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources to register ImageBase.\r
 \r
 **/\r
 typedef\r
@@ -88,22 +84,16 @@ EFI_STATUS
   with the Boot Service CreateEvent().  As a result, no parameter checking needs \r
   to be performed.\r
 \r
-  @param  This The EFI_RUNTIME_ARCH_PROTOCOL instance.\r
-  \r
-  @param  Type The same as Type passed into CreateEvent().\r
-  \r
-  @param  NotifyTpl The same as NotifyTpl passed into CreateEvent().\r
-  \r
-  @param  NotifyFunction The same as NotifyFunction passed into CreateEvent().\r
-  \r
-  @param  NotifyContext The same as NotifyContext passed into CreateEvent().\r
-  \r
-  @param  Event The EFI_EVENT returned by CreateEvent().  Event must be in\r
-  runtime memory.\r
-\r
-  @retval  EFI_SUCCESS The Event has been registered.\r
-  \r
-  @retval  EFI_OUT_OF_RESOURCES There are not enough resources to register Event.\r
+  @param  This             The EFI_RUNTIME_ARCH_PROTOCOL instance.\r
+  @param  Type             The same as Type passed into CreateEvent().\r
+  @param  NotifyTpl        The same as NotifyTpl passed into CreateEvent().\r
+  @param  NotifyFunction   The same as NotifyFunction passed into CreateEvent().\r
+  @param  NotifyContext    The same as NotifyContext passed into CreateEvent().\r
+  @param  Event            The EFI_EVENT returned by CreateEvent(). Event must be in\r
+                           runtime memory.\r
+\r
+  @retval EFI_SUCCESS           The Event has been registered.\r
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources to register Event.\r
 \r
 **/\r
 typedef\r