]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Event/Timer.c
Code Scrub for Dxe Core.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Event / Timer.c
index 924499e004f369514c966630d6b73a0d874f2356..3eabbaabaade51f9cf4f329bdf73b8fb1ceb1bb2 100644 (file)
@@ -33,7 +33,7 @@ CoreCurrentSystemTime (
   Checks the sorted timer list against the current system time.\r
   Signals any expired event timer.\r
 \r
-  @param  CheckEvent             Not used \r
+  @param  CheckEvent             Not used\r
   @param  Context                Not used\r
 \r
 **/\r
@@ -47,7 +47,7 @@ CoreCheckTimers (
 /**\r
   Inserts the timer event.\r
 \r
-  @param  Event                  Points to the internal structure of timer event \r
+  @param  Event                  Points to the internal structure of timer event\r
                                  to be installed\r
 \r
 **/\r
@@ -108,7 +108,7 @@ CoreCurrentSystemTime (
   CoreAcquireLock (&mEfiSystemTimeLock);\r
   SystemTime = mEfiSystemTime;\r
   CoreReleaseLock (&mEfiSystemTimeLock);\r
-  \r
+\r
   return SystemTime;\r
 }\r
 \r
@@ -116,7 +116,7 @@ CoreCurrentSystemTime (
 /**\r
   Called by the platform code to process a tick.\r
 \r
-  @param  Duration               The number of 100ns elasped since the last call \r
+  @param  Duration               The number of 100ns elasped since the last call\r
                                  to TimerTick\r
 \r
 **/\r
@@ -158,7 +158,7 @@ CoreTimerTick (
   Checks the sorted timer list against the current system time.\r
   Signals any expired event timer.\r
 \r
-  @param  CheckEvent             Not used \r
+  @param  CheckEvent             Not used\r
   @param  Context                Not used\r
 \r
 **/\r
@@ -231,7 +231,7 @@ CoreCheckTimers (
 /**\r
   Inserts the timer event.\r
 \r
-  @param  Event                  Points to the internal structure of timer event \r
+  @param  Event                  Points to the internal structure of timer event\r
                                  to be installed\r
 \r
 **/\r
@@ -270,15 +270,15 @@ CoreInsertEventTimer (
 /**\r
   Sets the type of timer and the trigger time for a timer event.\r
 \r
-  @param  UserEvent              The timer event that is to be signaled at the \r
-                                 specified time \r
-  @param  Type                   The type of time that is specified in \r
-                                 TriggerTime \r
-  @param  TriggerTime            The number of 100ns units until the timer \r
-                                 expires \r
+  @param  UserEvent              The timer event that is to be signaled at the\r
+                                 specified time\r
+  @param  Type                   The type of time that is specified in\r
+                                 TriggerTime\r
+  @param  TriggerTime            The number of 100ns units until the timer\r
+                                 expires\r
 \r
-  @retval EFI_SUCCESS            The event has been set to be signaled at the \r
-                                 requested time \r
+  @retval EFI_SUCCESS            The event has been set to be signaled at the\r
+                                 requested time\r
   @retval EFI_INVALID_PARAMETER  Event or Type is not valid\r
 \r
 **/\r