X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FIsa%2FIsaBusDxe%2FIsaIo.c;h=2caaed3dc80d11267e92b6104a6e9d7849f3c0aa;hp=a86b0c37bacdabeb6ef0899b707329ebc686ae65;hb=fdb05fa33021288c20e17264b0947a2525e19825;hpb=01aef47bbe11b3961da5136b064d947540a38060 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