MdeModulePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdeModulePkg 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
7c7184e201
commit
1436aea4d5
@@ -22,7 +22,7 @@
|
||||
//
|
||||
// Forward declaration for the EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI.
|
||||
//
|
||||
typedef struct _EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI;
|
||||
typedef struct _EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI;
|
||||
|
||||
//
|
||||
// Revision The revision to which the Nvme Pass Thru PPI interface adheres.
|
||||
@@ -50,7 +50,7 @@ typedef struct _EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI EDKII_PEI_NVM_EXPRESS_PASS_
|
||||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EDKII_PEI_NVME_PASS_THRU_GET_DEVICE_PATH) (
|
||||
(EFIAPI *EDKII_PEI_NVME_PASS_THRU_GET_DEVICE_PATH)(
|
||||
IN EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI *This,
|
||||
OUT UINTN *DevicePathLength,
|
||||
OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
|
||||
@@ -99,7 +99,6 @@ EFI_STATUS
|
||||
IN OUT UINT32 *NamespaceId
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
Sends an NVM Express Command Packet to an NVM Express controller or namespace. This function only
|
||||
supports blocking execution of the command.
|
||||
@@ -133,7 +132,7 @@ EFI_STATUS
|
||||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EDKII_PEI_NVME_PASS_THRU_PASSTHRU) (
|
||||
(EFIAPI *EDKII_PEI_NVME_PASS_THRU_PASSTHRU)(
|
||||
IN EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI *This,
|
||||
IN UINT32 NamespaceId,
|
||||
IN OUT EFI_NVM_EXPRESS_PASS_THRU_COMMAND_PACKET *Packet
|
||||
@@ -144,13 +143,13 @@ EFI_STATUS
|
||||
// to a mass storage device.
|
||||
//
|
||||
struct _EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI {
|
||||
UINT64 Revision;
|
||||
EFI_NVM_EXPRESS_PASS_THRU_MODE *Mode;
|
||||
EDKII_PEI_NVME_PASS_THRU_GET_DEVICE_PATH GetDevicePath;
|
||||
EDKII_PEI_NVME_PASS_THRU_GET_NEXT_NAMESPACE GetNextNameSpace;
|
||||
EDKII_PEI_NVME_PASS_THRU_PASSTHRU PassThru;
|
||||
UINT64 Revision;
|
||||
EFI_NVM_EXPRESS_PASS_THRU_MODE *Mode;
|
||||
EDKII_PEI_NVME_PASS_THRU_GET_DEVICE_PATH GetDevicePath;
|
||||
EDKII_PEI_NVME_PASS_THRU_GET_NEXT_NAMESPACE GetNextNameSpace;
|
||||
EDKII_PEI_NVME_PASS_THRU_PASSTHRU PassThru;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEdkiiPeiNvmExpressPassThruPpiGuid;
|
||||
extern EFI_GUID gEdkiiPeiNvmExpressPassThruPpiGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user