]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Event/Event.c
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Event / Event.c
index 834ace59e792d0960fb515850ece434d2d999589..5e0b9c70abf6598bccaeef006d4d6e264bfd4f61 100644 (file)
@@ -1,8 +1,7 @@
-/** @file \r
-\r
+/** @file\r
   UEFI Event support functions implemented in this file.\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
@@ -67,7 +66,6 @@ UINT32 mEventTable[] = {
   Enter critical section by acquiring the lock on gEventQueueLock.\r
 \r
 **/\r
-STATIC\r
 VOID\r
 CoreAcquireEventLock (\r
   VOID\r
@@ -81,7 +79,6 @@ CoreAcquireEventLock (
   Exit critical section by releasing the lock on gEventQueueLock.\r
 \r
 **/\r
-STATIC\r
 VOID\r
 CoreReleaseEventLock (\r
   VOID\r
@@ -180,7 +177,6 @@ CoreDispatchEventNotifies (
   @param  Event                  The Event to notify\r
 \r
 **/\r
-STATIC\r
 VOID\r
 CoreNotifyEvent (\r
   IN  IEVENT      *Event\r