]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Change OPTIONAL keyword usage style
authorMichael D Kinney <michael.d.kinney@intel.com>
Fri, 3 Dec 2021 02:00:56 +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: Ray Ni <ray.ni@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c

index 63fc3731cdc4e375588b38686d98120a0be01894..4e60baa325daaa2a3ffdd6da1fde71a35ad791f8 100644 (file)
@@ -68,8 +68,8 @@ ShellMmDecodePciAddress (
   IN UINT64                 Address,\r
   OUT UINT32                *Segment,\r
   OUT UINT8                 *Bus,\r
-  OUT UINT8                 *Device,   OPTIONAL\r
-  OUT UINT8                 *Function, OPTIONAL\r
+  OUT UINT8                 *Device    OPTIONAL,\r
+  OUT UINT8                 *Function  OPTIONAL,\r
   OUT UINT32                *Register  OPTIONAL\r
   )\r
 {\r