From d0b494edf2d232a6a4569ae304f3a78f4d54cdfd Mon Sep 17 00:00:00 2001 From: eric_tian Date: Tue, 22 Jul 2008 03:10:13 +0000 Subject: modify coding style to pass ecc tool git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5544 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c index cc27953dbf..0d42df999a 100644 --- a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c +++ b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c @@ -1,7 +1,7 @@ /** @file A non-functional instance of the Timer Library. - Copyright (c) 2007, Intel Corporation
+ Copyright (c) 2007 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,13 +20,11 @@ #include /** - Stalls the CPU for at least the given number of microseconds. - Stalls the CPU for the number of microseconds specified by MicroSeconds. @param MicroSeconds The minimum number of microseconds to delay. - @return MicroSeconds + @return MicroSeconds. **/ UINTN @@ -40,13 +38,11 @@ MicroSecondDelay ( } /** - Stalls the CPU for at least the given number of nanoseconds. - Stalls the CPU for the number of nanoseconds specified by NanoSeconds. @param NanoSeconds The minimum number of nanoseconds to delay. - @return NanoSeconds + @return NanoSeconds. **/ UINTN @@ -60,8 +56,6 @@ NanoSecondDelay ( } /** - Retrieves the current value of a 64-bit free running performance counter. - Retrieves the current value of a 64-bit free running performance counter. The counter can either count up by 1 or count down by 1. If the physical performance counter counts by a larger increment, then the counter values -- cgit