From 022c6d45ef78605c173023f53984e4dfaf7b11f4 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 24 Jul 2008 02:54:45 +0000 Subject: Code Scrub for Dxe Core. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5560 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Event/Timer.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'MdeModulePkg/Core/Dxe/Event/Timer.c') diff --git a/MdeModulePkg/Core/Dxe/Event/Timer.c b/MdeModulePkg/Core/Dxe/Event/Timer.c index 924499e..3eabbaa 100644 --- a/MdeModulePkg/Core/Dxe/Event/Timer.c +++ b/MdeModulePkg/Core/Dxe/Event/Timer.c @@ -33,7 +33,7 @@ CoreCurrentSystemTime ( Checks the sorted timer list against the current system time. Signals any expired event timer. - @param CheckEvent Not used + @param CheckEvent Not used @param Context Not used **/ @@ -47,7 +47,7 @@ CoreCheckTimers ( /** Inserts the timer event. - @param Event Points to the internal structure of timer event + @param Event Points to the internal structure of timer event to be installed **/ @@ -108,7 +108,7 @@ CoreCurrentSystemTime ( CoreAcquireLock (&mEfiSystemTimeLock); SystemTime = mEfiSystemTime; CoreReleaseLock (&mEfiSystemTimeLock); - + return SystemTime; } @@ -116,7 +116,7 @@ CoreCurrentSystemTime ( /** Called by the platform code to process a tick. - @param Duration The number of 100ns elasped since the last call + @param Duration The number of 100ns elasped since the last call to TimerTick **/ @@ -158,7 +158,7 @@ CoreTimerTick ( Checks the sorted timer list against the current system time. Signals any expired event timer. - @param CheckEvent Not used + @param CheckEvent Not used @param Context Not used **/ @@ -231,7 +231,7 @@ CoreCheckTimers ( /** Inserts the timer event. - @param Event Points to the internal structure of timer event + @param Event Points to the internal structure of timer event to be installed **/ @@ -270,15 +270,15 @@ CoreInsertEventTimer ( /** Sets the type of timer and the trigger time for a timer event. - @param UserEvent The timer event that is to be signaled at the - specified time - @param Type The type of time that is specified in - TriggerTime - @param TriggerTime The number of 100ns units until the timer - expires + @param UserEvent The timer event that is to be signaled at the + specified time + @param Type The type of time that is specified in + TriggerTime + @param TriggerTime The number of 100ns units until the timer + expires - @retval EFI_SUCCESS The event has been set to be signaled at the - requested time + @retval EFI_SUCCESS The event has been set to be signaled at the + requested time @retval EFI_INVALID_PARAMETER Event or Type is not valid **/ -- cgit v1.1