mirror of https://github.com/acidanthera/audk.git
SecurityPkg/Tcg2Smm: Correct function parameter attribute
Correct UpdatePossibleResource parameter attribute to align to comment Change-Id: Id8f8be975f0e8666573decc3fbaaf326b7767ba8 Contributed-under: TianoCore Contribution Agreement 1.1 Cc: Long Qin <qin.long@intel.com> Cc: Yao Jiewen <jiewen.yao@intel.com> Reviewed-by: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com> Reviewed-by: Long Qin <qin.long@intel.com>
This commit is contained in:
parent
99758ffd11
commit
6c7ac681f4
|
@ -317,7 +317,7 @@ UpdatePPVersion (
|
|||
**/
|
||||
EFI_STATUS
|
||||
UpdatePossibleResource (
|
||||
IN EFI_ACPI_DESCRIPTION_HEADER *Table,
|
||||
IN OUT EFI_ACPI_DESCRIPTION_HEADER *Table,
|
||||
IN UINT32 *IrqBuffer,
|
||||
IN UINT32 IrqBuffserSize,
|
||||
OUT BOOLEAN *IsShortFormPkgLength
|
||||
|
|
Loading…
Reference in New Issue