]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c
Fix missing include header file and fix typo in comment.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaIo.c
index a86b0c37bacdabeb6ef0899b707329ebc686ae65..2caaed3dc80d11267e92b6104a6e9d7849f3c0aa 100644 (file)
@@ -85,7 +85,7 @@ static EFI_ISA_DMA_REGISTERS  DmaRegisters[8] = {
 \r
   @param Code         - The error status code.\r
   \r
-  @Return EFI_SUCCESS  - Success to report status code.\r
+  @return EFI_SUCCESS  - Success to report status code.\r
 **/\r
 EFI_STATUS\r
 ReportErrorStatusCode (\r
@@ -204,10 +204,10 @@ IsaIoIoRead (
   @param Count                 - The number of I/O operations to perform. \r
   @param Buffer                - The source buffer to write data from\r
 \r
-  @Retval EFI_SUCCESS           - The data was writen to the device sucessfully.\r
-  @Retval EFI_UNSUPPORTED       - The Offset is not valid for this device.\r
-  @Retval EFI_INVALID_PARAMETER - Width or Count, or both, were invalid.\r
-  @Retval EFI_OUT_OF_RESOURCES  - The request could not be completed due to a lack of resources.\r
+  @retval EFI_SUCCESS           - The data was writen to the device sucessfully.\r
+  @retval EFI_UNSUPPORTED       - The Offset is not valid for this device.\r
+  @retval EFI_INVALID_PARAMETER - Width or Count, or both, were invalid.\r
+  @retval EFI_OUT_OF_RESOURCES  - The request could not be completed due to a lack of resources.\r
 \r
 **/\r
 EFI_STATUS\r