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
This commit is contained in:
qwang12
2008-07-07 09:17:56 +00:00
parent f3947f1ac7
commit a78b08d13b
11 changed files with 225 additions and 225 deletions

View File

@ -72,7 +72,7 @@ typedef struct {
} DEVICE_MANAGER_MENU_ITEM;
/**
EDES_TODO: Add function description
EDES_TODO: Add function description.
@param This EDES_TODO: Add parameter description
@param Action EDES_TODO: Add parameter description
@ -97,7 +97,7 @@ DeviceManagerCallback (
;
/**
EDES_TODO: Add function description
EDES_TODO: Add function description.
@param VOID EDES_TODO: Add parameter description
@ -111,7 +111,7 @@ InitializeDeviceManager (
;
/**
EDES_TODO: Add function description
EDES_TODO: Add function description.
@param VOID EDES_TODO: Add parameter description