X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDeviceIo.h;h=ea3949cada4abfaa33af35281ca72803cab69bd7;hp=24939d8aa84544a44b1f8dcd84defbc84904c9cd;hb=630b41877e9a1afe59d4f8a1c22bc691fe933ff8;hpb=e79a2975adf4a1a6ae8a26db0bf2143b462b9fd9 diff --git a/MdePkg/Include/Protocol/DeviceIo.h b/MdePkg/Include/Protocol/DeviceIo.h index 24939d8aa8..ea3949cada 100644 --- a/MdePkg/Include/Protocol/DeviceIo.h +++ b/MdePkg/Include/Protocol/DeviceIo.h @@ -134,7 +134,7 @@ typedef enum { @param This A pointer to the EFI_DEVICE_IO_INTERFACE instance. @param Operation Indicates if the bus master is going to read or write to system memory. @param HostAddress The system memory address to map to the device. - @param NumberOfBytes On input the number of bytes to map. + @param NumberOfBytes On input, the number of bytes to map. @param DeviceAddress The resulting map address for the bus master device to use to access the hosts HostAddress. @param Mapping A resulting value to pass to Unmap().