diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-07 09:17:56 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-07 09:17:56 +0000 |
commit | a78b08d13b86c86dcfbe1c9e88a66b2b18ee7575 (patch) | |
tree | 9c2d898860f7a253495aaed4e9432277863ecaf0 /MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h | |
parent | f3947f1ac735011e482b5aab452f843ddca6cfe1 (diff) | |
download | edk2-platforms-a78b08d13b86c86dcfbe1c9e88a66b2b18ee7575.tar.xz |
Update the code to following EDK coding style document.
1) Pointer value should compare with NULL.
2) Integer should compare with 0.
3) BOOLEAN should not compare with TRUE or FALSE.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5413 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h index 5c83394fc5..3b40fa6d42 100644 --- a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h +++ b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h @@ -53,7 +53,7 @@ typedef struct { } BOOT_MANAGER_CALLBACK_DATA;
/**
- EDES_TODO: Add function description
+ EDES_TODO: Add function description.
@param This EDES_TODO: Add parameter description
@param Action EDES_TODO: Add parameter description
@@ -78,7 +78,7 @@ BootManagerCallback ( ;
/**
- EDES_TODO: Add function description
+ EDES_TODO: Add function description.
@param VOID EDES_TODO: Add parameter description
@@ -92,7 +92,7 @@ InitializeBootManager ( ;
/**
- EDES_TODO: Add function description
+ EDES_TODO: Add function description.
@param VOID EDES_TODO: Add parameter description
|