MdeModulePkg: Modified BuildVarCheckHiiBin parameter to IN OUT.

Change the Size parameter of BuildVarCheckHiiBin from OUT to an
input-output parameter.

Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Hongbin1 Zhang <hongbin1.zhang@intel.com>
Cc: Wei6 Xu <wei6.xu@intel.com>
Cc: Dun Tan <dun.tan@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>

Signed-off-by: Yuanhao Xie <yuanhao.xie@intel.com>
This commit is contained in:
xieyuanh 2024-07-05 17:18:03 +08:00 committed by mergify[bot]
parent ee1e163a2f
commit 5718c9b06f
1 changed files with 1 additions and 1 deletions

View File

@ -1514,7 +1514,7 @@ DestroyHiiVariableNode (
**/
VOID *
BuildVarCheckHiiBin (
OUT UINTN *Size
IN OUT UINTN *Size
)
{
VAR_CHECK_HII_VARIABLE_NODE *HiiVariableNode;