]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
Clean up code according to code review.
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibNullTemplate / TimerLibNull.c
index 0d42df999a875e82bcacdbe68ef1dea58e4a42de..f72879103b4dd563a9f16e247e76edede292712f 100644 (file)
 \r
 **/\r
 \r
-\r
 #include <Base.h>\r
-\r
-\r
 #include <Library/TimerLib.h>\r
 #include <Library/DebugLib.h>\r
 \r
@@ -24,7 +21,7 @@
 \r
   @param  MicroSeconds  The minimum number of microseconds to delay.\r
 \r
-  @return MicroSeconds.\r
+  @return The value of MicroSeconds inputted.\r
 \r
 **/\r
 UINTN\r
@@ -42,7 +39,7 @@ MicroSecondDelay (
 \r
   @param  NanoSeconds The minimum number of nanoseconds to delay.\r
 \r
-  @return NanoSeconds.\r
+  @return The value of NanoSeconds inputted.\r
 \r
 **/\r
 UINTN\r