diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2014-08-18 00:48:22 +0000 |
---|---|---|
committer | shenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-18 00:48:22 +0000 |
commit | f5ba4007ae30597c5a8b5dde20f2e0bac3f4f7bc (patch) | |
tree | 00673f62c824dab47ab6ea01b31d76abe7bdce1b /ShellPkg/Library/UefiHandleParsingLib | |
parent | da03183cd0da9e0623990da1c525736598b9ca63 (diff) | |
download | edk2-platforms-f5ba4007ae30597c5a8b5dde20f2e0bac3f4f7bc.tar.xz |
ShellPkg: Fix comments. Refine code style.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15815 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiHandleParsingLib')
-rw-r--r-- | ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c index 7f272da7f5..f361f3a274 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c @@ -820,8 +820,8 @@ InternalShellGetNodeFromGuid( Function to add a new GUID/Name mapping.
@param[in] Guid The Guid
-@param[in] NameId The STRING id of the HII string to use
-@param[in] Dump The pointer to the dump function
+@param[in] NameID The STRING id of the HII string to use
+@param[in] DumpFunc The pointer to the dump function
@retval EFI_SUCCESS The operation was sucessful
|