MdePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdePkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
1436aea4d5
commit
2f88bd3a12
@@ -1940,9 +1940,9 @@ S3MmioAnd32 (
|
||||
UINT32
|
||||
EFIAPI
|
||||
S3MmioAndThenOr32 (
|
||||
IN UINTN Address,
|
||||
IN UINT32 AndData,
|
||||
IN UINT32 OrData
|
||||
IN UINTN Address,
|
||||
IN UINT32 AndData,
|
||||
IN UINT32 OrData
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -2214,8 +2214,8 @@ S3MmioOr64 (
|
||||
UINT64
|
||||
EFIAPI
|
||||
S3MmioAnd64 (
|
||||
IN UINTN Address,
|
||||
IN UINT64 AndData
|
||||
IN UINTN Address,
|
||||
IN UINT64 AndData
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -2377,10 +2377,10 @@ S3MmioBitFieldOr64 (
|
||||
UINT64
|
||||
EFIAPI
|
||||
S3MmioBitFieldAnd64 (
|
||||
IN UINTN Address,
|
||||
IN UINTN StartBit,
|
||||
IN UINTN EndBit,
|
||||
IN UINT64 AndData
|
||||
IN UINTN Address,
|
||||
IN UINTN StartBit,
|
||||
IN UINTN EndBit,
|
||||
IN UINT64 AndData
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -2539,9 +2539,9 @@ S3MmioReadBuffer32 (
|
||||
UINT64 *
|
||||
EFIAPI
|
||||
S3MmioReadBuffer64 (
|
||||
IN UINTN StartAddress,
|
||||
IN UINTN Length,
|
||||
OUT UINT64 *Buffer
|
||||
IN UINTN StartAddress,
|
||||
IN UINTN Length,
|
||||
OUT UINT64 *Buffer
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -2566,9 +2566,9 @@ S3MmioReadBuffer64 (
|
||||
UINT8 *
|
||||
EFIAPI
|
||||
S3MmioWriteBuffer8 (
|
||||
IN UINTN StartAddress,
|
||||
IN UINTN Length,
|
||||
IN CONST UINT8 *Buffer
|
||||
IN UINTN StartAddress,
|
||||
IN UINTN Length,
|
||||
IN CONST UINT8 *Buffer
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user