diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-25 02:14:25 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-25 02:14:25 +0000 |
commit | 8cefc2ee7000517970c0755e5e80de4fb243d5d5 (patch) | |
tree | 486e7e3feb54a342bbd61b7d6a31522e640ae31b /MdePkg/Library/BaseTimerLibNullTemplate | |
parent | eb5bb28e048a4328322b86a69012dc868a37ad4b (diff) | |
download | edk2-8cefc2ee7000517970c0755e5e80de4fb243d5d5.tar.gz edk2-8cefc2ee7000517970c0755e5e80de4fb243d5d5.tar.bz2 edk2-8cefc2ee7000517970c0755e5e80de4fb243d5d5.zip |
Clean up code according to code review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5965 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseTimerLibNullTemplate')
-rw-r--r-- | MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c index 0d42df999a..f72879103b 100644 --- a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c +++ b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c @@ -12,10 +12,7 @@ **/
-
#include <Base.h>
-
-
#include <Library/TimerLib.h>
#include <Library/DebugLib.h>
@@ -24,7 +21,7 @@ @param MicroSeconds The minimum number of microseconds to delay.
- @return MicroSeconds.
+ @return The value of MicroSeconds inputted.
**/
UINTN
@@ -42,7 +39,7 @@ MicroSecondDelay ( @param NanoSeconds The minimum number of nanoseconds to delay.
- @return NanoSeconds.
+ @return The value of NanoSeconds inputted.
**/
UINTN
|