From 23c98c9417908188207408afa3f6901b8aca826a Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 21 May 2008 01:40:12 +0000 Subject: Update to fix minor coding style issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5256 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Event/Event.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'MdeModulePkg/Core/Dxe/Event/Event.c') diff --git a/MdeModulePkg/Core/Dxe/Event/Event.c b/MdeModulePkg/Core/Dxe/Event/Event.c index 834ace59e7..5e0b9c70ab 100644 --- a/MdeModulePkg/Core/Dxe/Event/Event.c +++ b/MdeModulePkg/Core/Dxe/Event/Event.c @@ -1,8 +1,7 @@ -/** @file - +/** @file UEFI Event support functions implemented in this file. -Copyright (c) 2006 - 2008, Intel Corporation +Copyright (c) 2006 - 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 @@ -67,7 +66,6 @@ UINT32 mEventTable[] = { Enter critical section by acquiring the lock on gEventQueueLock. **/ -STATIC VOID CoreAcquireEventLock ( VOID @@ -81,7 +79,6 @@ CoreAcquireEventLock ( Exit critical section by releasing the lock on gEventQueueLock. **/ -STATIC VOID CoreReleaseEventLock ( VOID @@ -180,7 +177,6 @@ CoreDispatchEventNotifies ( @param Event The Event to notify **/ -STATIC VOID CoreNotifyEvent ( IN IEVENT *Event -- cgit v1.2.3