diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 06:40:11 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 06:40:11 +0000 |
commit | fdb05fa33021288c20e17264b0947a2525e19825 (patch) | |
tree | 4f52b156e44db574fc26c4ce65a86321f9f2a859 /IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe | |
parent | 01aef47bbe11b3961da5136b064d947540a38060 (diff) | |
download | edk2-platforms-fdb05fa33021288c20e17264b0947a2525e19825.tar.xz |
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
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c | 10 |
1 files changed, 5 insertions, 5 deletions
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
|