diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-12-02 18:00:45 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-12-07 17:24:28 +0000 |
commit | 9c721071d30e69fd47f583cde370c3954cba974d (patch) | |
tree | 59291288c2324578adbd803e83c672a080be133a /FmpDevicePkg/Include/Library/FmpDependencyCheckLib.h | |
parent | c69fc80c8040d783e54e8707eaf375625706ad59 (diff) | |
download | edk2-9c721071d30e69fd47f583cde370c3954cba974d.tar.gz |
FmpDevicePkg: 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: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'FmpDevicePkg/Include/Library/FmpDependencyCheckLib.h')
-rw-r--r-- | FmpDevicePkg/Include/Library/FmpDependencyCheckLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FmpDevicePkg/Include/Library/FmpDependencyCheckLib.h b/FmpDevicePkg/Include/Library/FmpDependencyCheckLib.h index 785bda9401..d8962c426a 100644 --- a/FmpDevicePkg/Include/Library/FmpDependencyCheckLib.h +++ b/FmpDevicePkg/Include/Library/FmpDependencyCheckLib.h @@ -36,7 +36,7 @@ EFIAPI CheckFmpDependency (
IN EFI_GUID ImageTypeId,
IN UINT32 Version,
- IN EFI_FIRMWARE_IMAGE_DEP *Dependencies, OPTIONAL
+ IN EFI_FIRMWARE_IMAGE_DEP *Dependencies OPTIONAL,
IN UINT32 DependenciesSize,
OUT UINT32 *LastAttemptStatus OPTIONAL
);
|