]> git.proxmox.com Git - mirror_edk2.git/commitdiff
RedfishPkg: Change OPTIONAL keyword usage style
authorMichael D Kinney <michael.d.kinney@intel.com>
Fri, 3 Dec 2021 02:00:55 +0000 (18:00 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Dec 2021 17:24:28 +0000 (17:24 +0000)
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>
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c

index 7713f89e6df6a66dfedf919b9ec0d7d505af31f9..edfd4fc6f98fc3c1e631bed848c701124d65e294 100644 (file)
@@ -227,7 +227,7 @@ DecodeResponseContent (
 EFI_STATUS\r
 RedfishBuildUrl (\r
   IN  REDFISH_CONFIG_SERVICE_INFORMATION *RedfishConfigServiceInfo,\r
-  IN  CHAR16                        *RelativePath,   OPTIONAL\r
+  IN  CHAR16                        *RelativePath    OPTIONAL,\r
   OUT CHAR16                        **HttpUrl\r
   )\r
 {\r