diff options
author | Abner Chang <abner.chang@hpe.com> | 2021-04-15 13:33:07 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-04-15 07:33:32 +0000 |
commit | 7cc8cd7b588964348013a3a01edf38c0182eca10 (patch) | |
tree | f1882e614a39b738ab85be18f64781575693d3b6 /MdePkg | |
parent | 2ad22420a710dc07e3b644f91a5b55c09c39ecf3 (diff) | |
download | edk2-7cc8cd7b588964348013a3a01edf38c0182eca10.tar.gz edk2-7cc8cd7b588964348013a3a01edf38c0182eca10.tar.bz2 edk2-7cc8cd7b588964348013a3a01edf38c0182eca10.zip |
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 <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Protocol/RestJsonStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|