[edk2-devel] [PATCH v2] RedfishPkg/RestJsonStructureDxe: Fix typo in function header

Abner Chang abner.chang at hpe.com
Thu Apr 15 05:36:54 UTC 2021


In v2, BZ reference is added.

BZ#:3030
Fix the typo [in]/[out] of parameter DestroyStructure in
function header.

Signed-off-by: Abner Chang <abner.chang at hpe.com>
Cc: Nickle Wang <nickle.wang at hpe.com>
---
 MdePkg/Include/Protocol/RestJsonStructure.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#74113): https://edk2.groups.io/g/devel/message/74113
Mute This Topic: https://groups.io/mt/82111117/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list