Clean codes per ECC.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5384 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-06-30 07:20:33 +00:00
parent 4611e327f4
commit 7bce0c5a0e
19 changed files with 843 additions and 157 deletions

View File

@@ -91,7 +91,7 @@ Ip4ConfigIsValid (
/**
Read the ip4 configure variable from the EFI variable
Read the ip4 configure variable from the EFI variable.
None
@@ -186,7 +186,7 @@ ON_ERROR:
**/
EFI_STATUS
Ip4ConfigWriteVariable (
IN IP4_CONFIG_VARIABLE * Config OPTIONAL
IN IP4_CONFIG_VARIABLE *Config OPTIONAL
)
{
EFI_STATUS Status;