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:
@ -498,6 +498,9 @@ CompareWithValidVariable (
|
|||||||
/**
|
/**
|
||||||
Get HOB variable store.
|
Get HOB variable store.
|
||||||
|
|
||||||
|
@param[out] StoreInfo Return the store info.
|
||||||
|
@param[out] VariableStoreHeader Return variable store header.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
GetHobVariableStore (
|
GetHobVariableStore (
|
||||||
|
@ -4173,7 +4173,7 @@ ConvertNormalVarStorageToAuthVarStorage (
|
|||||||
/**
|
/**
|
||||||
Get HOB variable store.
|
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_SUCCESS Function successfully executed.
|
||||||
@retval EFI_OUT_OF_RESOURCES Fail to allocate enough memory resource.
|
@retval EFI_OUT_OF_RESOURCES Fail to allocate enough memory resource.
|
||||||
|
Reference in New Issue
Block a user