mirror of https://github.com/acidanthera/audk.git
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:
parent
9c227e07dd
commit
5f46352300
|
@ -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 (
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue