diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-12-02 18:00:41 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-12-07 17:24:28 +0000 |
commit | 792433088c8bd67725bf1cc4a89408ec7a112719 (patch) | |
tree | 445a51f05d8b0b15d6c9770e253cf20bc7de695e /EmbeddedPkg/Include | |
parent | fe2d81892fec402067d30c34e779d0645a1e902b (diff) | |
download | edk2-792433088c8bd67725bf1cc4a89408ec7a112719.tar.gz edk2-792433088c8bd67725bf1cc4a89408ec7a112719.tar.bz2 edk2-792433088c8bd67725bf1cc4a89408ec7a112719.zip |
EmbeddedPkg: 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: Andrew Fish <afish@apple.com>
Diffstat (limited to 'EmbeddedPkg/Include')
-rw-r--r-- | EmbeddedPkg/Include/Library/PrePiLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h index 54f8e1e582..399a8d59a9 100644 --- a/EmbeddedPkg/Include/Library/PrePiLib.h +++ b/EmbeddedPkg/Include/Library/PrePiLib.h @@ -745,7 +745,7 @@ LoadDxeCoreFromFfsFile ( EFI_STATUS
EFIAPI
LoadDxeCoreFromFv (
- IN UINTN *FvInstance, OPTIONAL
+ IN UINTN *FvInstance OPTIONAL,
IN UINTN StackSize
);
|