]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Event/Timer.c
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Event / Timer.c
index 35ab5874a2a6396d2d43e37b56095f1dfe35acad..c16326661720841a167d1e20d25ac1084d14336f 100644 (file)
@@ -1,8 +1,7 @@
-/** @file \r
-\r
+/** @file\r
   Core Timer Services\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation\r
+Copyright (c) 2006 - 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
@@ -25,7 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @return The current system time\r
 \r
 **/\r
-STATIC\r
 UINT64\r
 CoreCurrentSystemTime (\r
   VOID\r
@@ -39,12 +37,11 @@ CoreCurrentSystemTime (
   @param  Context                Not used\r
 \r
 **/\r
-STATIC\r
 VOID\r
 EFIAPI\r
 CoreCheckTimers (\r
-  IN EFI_EVENT    Event,\r
-  IN VOID         *Context\r
+  IN EFI_EVENT            CheckEvent,\r
+  IN VOID                 *Context\r
   );\r
 \r
 /**\r
@@ -54,10 +51,9 @@ CoreCheckTimers (
                                  to be installed\r
 \r
 **/\r
-STATIC\r
 VOID\r
 CoreInsertEventTimer (\r
-  IN IEVENT       *Event\r
+  IN IEVENT   *Event\r
   );\r
 \r
 //\r
@@ -104,7 +100,6 @@ CoreInitializeTimer (
   @return The current system time\r
 \r
 **/\r
-STATIC\r
 UINT64\r
 CoreCurrentSystemTime (\r
   VOID\r
@@ -171,7 +166,6 @@ CoreTimerTick (
   @param  Context                Not used\r
 \r
 **/\r
-STATIC\r
 VOID\r
 EFIAPI\r
 CoreCheckTimers (\r
@@ -250,7 +244,6 @@ CoreCheckTimers (
                                  to be installed\r
 \r
 **/\r
-STATIC\r
 VOID\r
 CoreInsertEventTimer (\r
   IN IEVENT   *Event\r