FmpDevicePkg: Fix code style issue
Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
Kinney, Michael D
parent
559b5d5283
commit
a6d73269b1
@ -1,4 +1,4 @@
|
||||
/** @file
|
||||
/** @file
|
||||
Provides services to retrieve values from Version 1 of a capsule's FMP Payload
|
||||
Header. The FMP Payload Header structure is not defined in the library class.
|
||||
Instead, services are provided to retrieve information from the FMP Payload
|
||||
@ -159,9 +159,9 @@ GetFmpPayloadHeaderVersion (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
GetFmpPayloadHeaderLowestSupportedVersion (
|
||||
IN CONST VOID *Header,
|
||||
IN CONST UINTN FmpPayloadSize,
|
||||
IN OUT UINT32 *LowestSupportedVersion
|
||||
IN CONST VOID *Header,
|
||||
IN CONST UINTN FmpPayloadSize,
|
||||
OUT UINT32 *LowestSupportedVersion
|
||||
)
|
||||
{
|
||||
FMP_PAYLOAD_HEADER *FmpPayloadHeader;
|
||||
|
Reference in New Issue
Block a user