summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/BootMngr
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-07 09:17:56 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-07 09:17:56 +0000
commita78b08d13b86c86dcfbe1c9e88a66b2b18ee7575 (patch)
tree9c2d898860f7a253495aaed4e9432277863ecaf0 /MdeModulePkg/Universal/BdsDxe/BootMngr
parentf3947f1ac735011e482b5aab452f843ddca6cfe1 (diff)
downloadedk2-a78b08d13b86c86dcfbe1c9e88a66b2b18ee7575.zip
edk2-a78b08d13b86c86dcfbe1c9e88a66b2b18ee7575.tar.gz
edk2-a78b08d13b86c86dcfbe1c9e88a66b2b18ee7575.tar.bz2
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')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h
index 5c83394..3b40fa6 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