summaryrefslogtreecommitdiffstats
path: root/RedfishPkg
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-12-02 18:00:55 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commitdc8fe5ec95a8e5e9547da87eb0a54ebef6ca7241 (patch)
tree61893d344acc25bad44b5907edd3da1a74b55b93 /RedfishPkg
parent237295f46d83bf9e384103aaa77d9cf19dcc50b2 (diff)
downloadedk2-dc8fe5ec95a8e5e9547da87eb0a54ebef6ca7241.tar.gz
edk2-dc8fe5ec95a8e5e9547da87eb0a54ebef6ca7241.tar.bz2
edk2-dc8fe5ec95a8e5e9547da87eb0a54ebef6ca7241.zip
RedfishPkg: Change OPTIONAL keyword usage style
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3760 Update all use of ', OPTIONAL' to ' OPTIONAL,' for function params. Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Abner Chang <abner.chang@hpe.com>
Diffstat (limited to 'RedfishPkg')
-rw-r--r--RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c
index 7713f89e6d..edfd4fc6f9 100644
--- a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c
+++ b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c
@@ -227,7 +227,7 @@ DecodeResponseContent (
EFI_STATUS
RedfishBuildUrl (
IN REDFISH_CONFIG_SERVICE_INFORMATION *RedfishConfigServiceInfo,
- IN CHAR16 *RelativePath, OPTIONAL
+ IN CHAR16 *RelativePath OPTIONAL,
OUT CHAR16 **HttpUrl
)
{