From 8b13229b469f05ec22d76098b052bd6e943fecee Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 24 Jun 2008 07:14:18 +0000 Subject: Fix doxygen issue: 1) comment for structure should be in doxygen format, such as /// , /**, /*! 2) comment for data field of structure should in doxygen format. 3) should not exist blank between ") (" when declaring a type of function point. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5364 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ppi/PciCfg2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg/Include/Ppi/PciCfg2.h') diff --git a/MdePkg/Include/Ppi/PciCfg2.h b/MdePkg/Include/Ppi/PciCfg2.h index 2e4b7aecd7..390ec4be34 100644 --- a/MdePkg/Include/Ppi/PciCfg2.h +++ b/MdePkg/Include/Ppi/PciCfg2.h @@ -32,7 +32,7 @@ typedef struct _EFI_PEI_PCI_CFG2_PPI EFI_PEI_PCI_CFG2_PPI; (((bus) << 24) | \ ((dev) << 16) | \ ((func) << 8) | \ - ((reg) < 256 ? (reg) : ((UINT64) (reg) << 32))); + ((reg) < 256 ? (reg) : ((UINT64)(reg) << 32))); // // EFI_PEI_PCI_CFG_PPI_WIDTH @@ -82,7 +82,7 @@ typedef struct { **/ typedef EFI_STATUS -(EFIAPI *EFI_PEI_PCI_CFG2_PPI_IO) ( +(EFIAPI *EFI_PEI_PCI_CFG2_PPI_IO)( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, @@ -122,7 +122,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_PEI_PCI_CFG2_PPI_RW) ( +(EFIAPI *EFI_PEI_PCI_CFG2_PPI_RW)( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, -- cgit v1.2.3