]> git.proxmox.com Git - mirror_edk2.git/commitdiff
modify coding style to pass ecc tool
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Jul 2008 03:10:13 +0000 (03:10 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Jul 2008 03:10:13 +0000 (03:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5544 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c

index cc27953dbf45011db8adbcb5581a18f7ef7e46e9..0d42df999a875e82bcacdbe68ef1dea58e4a42de 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   A non-functional instance of the Timer Library.\r
 \r
-  Copyright (c) 2007, Intel Corporation<BR>\r
+  Copyright (c) 2007 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 #include <Library/DebugLib.h>\r
 \r
 /**\r
-  Stalls the CPU for at least the given number of microseconds.\r
-\r
   Stalls the CPU for the number of microseconds specified by MicroSeconds.\r
 \r
   @param  MicroSeconds  The minimum number of microseconds to delay.\r
 \r
-  @return MicroSeconds\r
+  @return MicroSeconds.\r
 \r
 **/\r
 UINTN\r
@@ -40,13 +38,11 @@ MicroSecondDelay (
 }\r
 \r
 /**\r
-  Stalls the CPU for at least the given number of nanoseconds.\r
-\r
   Stalls the CPU for the number of nanoseconds specified by NanoSeconds.\r
 \r
   @param  NanoSeconds The minimum number of nanoseconds to delay.\r
 \r
-  @return NanoSeconds\r
+  @return NanoSeconds.\r
 \r
 **/\r
 UINTN\r
@@ -60,8 +56,6 @@ NanoSecondDelay (
 }\r
 \r
 /**\r
-  Retrieves the current value of a 64-bit free running performance counter.\r
-\r
   Retrieves the current value of a 64-bit free running performance counter. The\r
   counter can either count up by 1 or count down by 1. If the physical\r
   performance counter counts by a larger increment, then the counter values\r