public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] RedfishPkg/RestJsonStructureDxe: Fix typo in function header
@ 2021-04-15  5:34 Abner Chang
  0 siblings, 0 replies; only message in thread
From: Abner Chang @ 2021-04-15  5:34 UTC (permalink / raw)
  To: devel; +Cc: Nickle Wang

Fix the typo [in]/[out] of parameter DestroyStructure in
function header.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-15  6:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-15  5:34 [PATCH] RedfishPkg/RestJsonStructureDxe: Fix typo in function header Abner Chang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox