MdeModulePkg Variable: Add/Correct GetHobVariableStore para description

It is caused by 09808bd39b.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
This commit is contained in:
Star Zeng 2018-07-02 16:54:23 +08:00
parent 9c227e07dd
commit 5f46352300
2 changed files with 4 additions and 1 deletions

View File

@ -498,6 +498,9 @@ CompareWithValidVariable (
/**
Get HOB variable store.
@param[out] StoreInfo Return the store info.
@param[out] VariableStoreHeader Return variable store header.
**/
VOID
GetHobVariableStore (

View File

@ -4173,7 +4173,7 @@ ConvertNormalVarStorageToAuthVarStorage (
/**
Get HOB variable store.
@param[out] VariableGuid NV variable store signature.
@param[in] VariableGuid NV variable store signature.
@retval EFI_SUCCESS Function successfully executed.
@retval EFI_OUT_OF_RESOURCES Fail to allocate enough memory resource.