From fdb05fa33021288c20e17264b0947a2525e19825 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 22 Apr 2008 06:40:11 +0000 Subject: Fix missing include header file and fix typo in comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5111 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe') diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c index a86b0c37ba..2caaed3dc8 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c @@ -85,7 +85,7 @@ static EFI_ISA_DMA_REGISTERS DmaRegisters[8] = { @param Code - The error status code. - @Return EFI_SUCCESS - Success to report status code. + @return EFI_SUCCESS - Success to report status code. **/ EFI_STATUS ReportErrorStatusCode ( @@ -204,10 +204,10 @@ IsaIoIoRead ( @param Count - The number of I/O operations to perform. @param Buffer - The source buffer to write data from - @Retval EFI_SUCCESS - The data was writen to the device sucessfully. - @Retval EFI_UNSUPPORTED - The Offset is not valid for this device. - @Retval EFI_INVALID_PARAMETER - Width or Count, or both, were invalid. - @Retval EFI_OUT_OF_RESOURCES - The request could not be completed due to a lack of resources. + @retval EFI_SUCCESS - The data was writen to the device sucessfully. + @retval EFI_UNSUPPORTED - The Offset is not valid for this device. + @retval EFI_INVALID_PARAMETER - Width or Count, or both, were invalid. + @retval EFI_OUT_OF_RESOURCES - The request could not be completed due to a lack of resources. **/ EFI_STATUS -- cgit v1.2.3