From 022c6d45ef78605c173023f53984e4dfaf7b11f4 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 24 Jul 2008 02:54:45 +0000 Subject: Code Scrub for Dxe Core. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5560 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Exec.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'MdeModulePkg/Core/Dxe/Exec.h') diff --git a/MdeModulePkg/Core/Dxe/Exec.h b/MdeModulePkg/Core/Dxe/Exec.h index 00deed3569..19ada45ca2 100644 --- a/MdeModulePkg/Core/Dxe/Exec.h +++ b/MdeModulePkg/Core/Dxe/Exec.h @@ -43,9 +43,9 @@ typedef struct { EFI_EVENT_NOTIFY NotifyFunction; VOID *NotifyContext; EFI_GUID EventGroup; - LIST_ENTRY NotifyLink; + LIST_ENTRY NotifyLink; BOOLEAN ExFlag; - + // // A list of all runtime events // @@ -66,7 +66,7 @@ typedef struct { } Timer; } u; -} IEVENT; +} IEVENT; // // Internal prototypes @@ -76,7 +76,7 @@ typedef struct { /** Dispatches all pending events. - @param Priority The task priority level of event notifications + @param Priority The task priority level of event notifications to dispatch **/ @@ -90,7 +90,7 @@ CoreDispatchEventNotifies ( /** Return the highest set bit. - @param Number The value to check + @param Number The value to check @return Bit position of the highest set bit @@ -105,13 +105,13 @@ CoreHighestSetBit ( /** Disables CPU interrupts. - @retval EFI_SUCCESS If interrupts were disabled in the CPU. + @retval EFI_SUCCESS If interrupts were disabled in the CPU. @retval EFI_INVALID_PARAMETER State is NULL. **/ BOOLEAN GetInterruptState ( - VOID + VOID ); // -- cgit v1.2.3