]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Dxe/ArchProtocol/Metronome.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Dxe / ArchProtocol / Metronome.h
index a07003e5ccb6fadbd977db29433f2e277def2741..c4a1f71925fd74e876436f1ad4bca201241c10c4 100644 (file)
@@ -47,14 +47,12 @@ typedef struct _EFI_METRONOME_ARCH_PROTOCOL   EFI_METRONOME_ARCH_PROTOCOL;
   ticks will not be missed.  If a timeout occurs waiting for the specified \r
   number of ticks, then EFI_TIMEOUT is returned.\r
 \r
-  @param  This The EFI_METRONOME_ARCH_PROTOCOL instance.\r
-  \r
-  @param  TickNumber Number of ticks to wait.\r
-\r
-  @retval  EFI_SUCCESS The wait for the number of ticks specified by TickNumber\r
-  succeeded.\r
-  \r
-  @retval  EFI_TIMEOUT A timeout occurred waiting for the specified number of ticks.\r
+  @param  This             The EFI_METRONOME_ARCH_PROTOCOL instance.\r
+  @param  TickNumber       Number of ticks to wait.\r
+\r
+  @retval EFI_SUCCESS           The wait for the number of ticks specified by TickNumber\r
+                                succeeded.\r
+  @retval EFI_TIMEOUT           A timeout occurred waiting for the specified number of ticks.\r
 \r
 **/\r
 typedef \r