Coding style modification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5058 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-14 03:12:57 +00:00
parent e1a09a0eaa
commit bcd7041487
61 changed files with 3405 additions and 4718 deletions

View File

@ -32,7 +32,7 @@ EFI_STATUS
InitializePciDriverOverrideInstance (
PCI_IO_DEVICE *PciIoDevice
)
/*++
/**
Routine Description:
@ -46,7 +46,7 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
@ -54,7 +54,7 @@ AddDriver (
IN PCI_IO_DEVICE *PciIoDevice,
IN EFI_HANDLE DriverImageHandle
)
/*++
/**
Routine Description:
@ -69,7 +69,7 @@ Returns:
TODO: add return values
--*/
**/
;
EFI_STATUS
@ -78,7 +78,7 @@ GetDriver (
IN EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL *This,
IN OUT EFI_HANDLE *DriverImageHandle
)
/*++
/**
Routine Description:
@ -93,7 +93,7 @@ Returns:
TODO: add return values
--*/
**/
;
#endif