From bcd70414877e56f3bffff0bf11b07a30ef51a68f Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 14 Apr 2008 03:12:57 +0000 Subject: Coding style modification. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5058 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c') diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c index 8e28db2ceb..80c942e289 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c @@ -77,7 +77,7 @@ IsaBusControllerDriverSupported ( IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL ) -/*++ +/** Routine Description: @@ -98,7 +98,7 @@ IsaBusControllerDriverSupported ( EFI_SUCCESS - The device is supported by this driver. EFI_UNSUPPORTED - The device is not supported by this driver. ---*/ +**/ { EFI_STATUS Status; EFI_ISA_ACPI_PROTOCOL *IsaAcpi; @@ -172,7 +172,7 @@ IsaBusControllerDriverStart ( IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL ) -/*++ +/** Routine Description: @@ -195,7 +195,7 @@ IsaBusControllerDriverStart ( EFI_OUT_OF_RESOURCES - The request could not be completed due to a lack of resources. ---*/ +**/ { EFI_STATUS Status; EFI_PCI_IO_PROTOCOL *PciIo; @@ -414,7 +414,7 @@ IsaBusControllerDriverStop ( IN UINTN NumberOfChildren, IN EFI_HANDLE * ChildHandleBuffer OPTIONAL ) -/*++ +/** Routine Description: @@ -438,7 +438,7 @@ IsaBusControllerDriverStop ( EFI_OUT_OF_RESOURCES - The request could not be completed due to a lack of resources. ---*/ +**/ { EFI_STATUS Status; UINTN Index; @@ -555,7 +555,7 @@ IsaCreateDevice ( IN EFI_ISA_ACPI_RESOURCE_LIST *IsaDeviceResourceList, OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath ) -/*++ +/** Routine Description: @@ -577,7 +577,7 @@ IsaCreateDevice ( resources. EFI_DEVICE_ERROR - Can not create child device. ---*/ +**/ { EFI_STATUS Status; ISA_IO_DEVICE *IsaIoDevice; -- cgit v1.2.3