From 7cc8cd7b588964348013a3a01edf38c0182eca10 Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Thu, 15 Apr 2021 13:33:07 +0800 Subject: RedfishPkg/RestJsonStructureDxe: Fix typo in function header In v2, BZ reference is added. BZ#:3030 Fix the typo [in]/[out] of parameter DestroyStructure in function header. Signed-off-by: Abner Chang Cc: Nickle Wang Reviewed-by: Nickle Wang --- MdePkg/Include/Protocol/RestJsonStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/RestJsonStructure.h b/MdePkg/Include/Protocol/RestJsonStructure.h index c9e9a35a41..ea3c4a62a9 100644 --- a/MdePkg/Include/Protocol/RestJsonStructure.h +++ b/MdePkg/Include/Protocol/RestJsonStructure.h @@ -132,7 +132,7 @@ EFI_STATUS supports. @param[in] ToStructure The function to convert REST JSON resource to structure. @param[in] ToJson The function to convert REST JSON structure to JSON in text format. - @param[out] DestroyStructure Destroy REST JSON structure returned in ToStructure() function. + @param[in] DestroyStructure Destroy REST JSON structure returned in ToStructure() function. @retval EFI_SUCCESS Register successfully. @retval Others Fail to register. -- cgit v1.2.3