summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorxieyuanh <yuanhao.xie@intel.com>2024-07-05 17:18:03 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-09-02 17:26:58 +0000
commit5718c9b06f2b3f348138cd6844c1059c1d98fc61 (patch)
tree09449ede2827799371a2ca4bf7abd2adba199571 /MdeModulePkg
parentee1e163a2f07a352cf27225a02347fee4222c170 (diff)
downloadedk2-5718c9b06f2b3f348138cd6844c1059c1d98fc61.zip
edk2-5718c9b06f2b3f348138cd6844c1059c1d98fc61.tar.gz
edk2-5718c9b06f2b3f348138cd6844c1059c1d98fc61.tar.bz2
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>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c b/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c
index e6e92af..abc5fd4 100644
--- a/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c
+++ b/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c
@@ -1514,7 +1514,7 @@ DestroyHiiVariableNode (
**/
VOID *
BuildVarCheckHiiBin (
- OUT UINTN *Size
+ IN OUT UINTN *Size
)
{
VAR_CHECK_HII_VARIABLE_NODE *HiiVariableNode;