]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
Code scrub:
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLibMmioBuffer.c
index 4569a166e72fb98b01062ebabc0f8e4d4ef343f4..20c4693f3a5d31473308f0fc20b984229ff562a7 100644 (file)
@@ -12,9 +12,6 @@
 \r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
 #include "BaseIoLibIntrinsicInternal.h"\r
 \r
 /**\r
@@ -32,7 +29,7 @@
   @param  Length          Size in bytes of the copy.\r
   @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
 \r
-  @return Buffer\r
+  @return Buffer contains the data read from Mmio.\r
 \r
 **/\r
 UINT8 *\r
@@ -76,7 +73,7 @@ MmioReadBuffer8 (
   @param  Length          Size in bytes of the copy.\r
   @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
 \r
-  @return Buffer\r
+  @return Buffer contains the data read from Mmio.\r
 \r
 **/\r
 UINT16 *\r
@@ -127,7 +124,7 @@ MmioReadBuffer16 (
   @param  Length          Size in bytes of the copy.\r
   @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
 \r
-  @return Buffer\r
+  @return Buffer contains the data read from Mmio.\r
 \r
 **/\r
 UINT32 *\r
@@ -178,7 +175,7 @@ MmioReadBuffer32 (
   @param  Length          Size in bytes of the copy.\r
   @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
 \r
-  @return Buffer\r
+  @return Buffer contains the data read from Mmio.\r
 \r
 **/\r
 UINT64 *\r