]> git.proxmox.com Git - mirror_edk2.git/commitdiff
RedfishPkg/RestJsonStructureDxe: Fix typo in function header
authorAbner Chang <abner.chang@hpe.com>
Thu, 15 Apr 2021 05:33:07 +0000 (13:33 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 15 Apr 2021 07:33:32 +0000 (07:33 +0000)
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@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
MdePkg/Include/Protocol/RestJsonStructure.h

index c9e9a35a41571800a181967b1d3cdcb47cf3c8da..ea3c4a62a97e02653376136520a8f6fdd28c6338 100644 (file)
@@ -132,7 +132,7 @@ EFI_STATUS
                                          supports.\r
   @param[in]    ToStructure              The function to convert REST JSON resource to structure.\r
   @param[in]    ToJson                   The function to convert REST JSON structure to JSON in text format.\r
-  @param[out]    DestroyStructure         Destroy REST JSON structure returned in ToStructure() function.\r
+  @param[in]    DestroyStructure         Destroy REST JSON structure returned in ToStructure() function.\r
 \r
   @retval EFI_SUCCESS             Register successfully.\r
   @retval Others                  Fail to register.\r