]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeIoLibCpuIo2/IoLibMmioBuffer.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / DxeIoLibCpuIo2 / IoLibMmioBuffer.c
index 82afc17e38cff40c6a8f775a9ff542c012a2c780..9e14c258c6e33ebbb2a475174f90291c686bf804 100644 (file)
@@ -74,7 +74,7 @@ MmioReadBuffer8 (
   @param  Length          The size in bytes of the copy.\r
   @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
-  @return Buffer\r
+  @return Buffer.\r
 \r
 **/\r
 UINT16 *\r
@@ -125,7 +125,7 @@ MmioReadBuffer16 (
   @param  Length          The size in bytes of the copy.\r
   @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
-  @return Buffer\r
+  @return Buffer.\r
 \r
 **/\r
 UINT32 *\r
@@ -177,7 +177,7 @@ MmioReadBuffer32 (
   @param  Length          The size in bytes of the copy.\r
   @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
-  @return Buffer\r
+  @return Buffer.\r
 \r
 **/\r
 UINT64 *\r
@@ -222,10 +222,10 @@ MmioReadBuffer64 (
 \r
 \r
   @param  StartAddress    The starting address for the MMIO region to be copied to.\r
-  @param  Length     The size in bytes of the copy.\r
+  @param  Length          The size in bytes of the copy.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
-  @return Buffer\r
+  @return Buffer.\r
 \r
 **/\r
 UINT8 *\r
@@ -268,10 +268,10 @@ MmioWriteBuffer8 (
   If Buffer is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
   @param  StartAddress    The starting address for the MMIO region to be copied to.\r
-  @param  Length     The size in bytes of the copy.\r
+  @param  Length          The size in bytes of the copy.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
-  @return Buffer\r
+  @return Buffer.\r
 \r
 **/\r
 UINT16 *\r
@@ -322,10 +322,10 @@ MmioWriteBuffer16 (
   If Buffer is not aligned on a 32-bit boundary, then ASSERT().\r
 \r
   @param  StartAddress    The starting address for the MMIO region to be copied to.\r
-  @param  Length     The size in bytes of the copy.\r
+  @param  Length          The size in bytes of the copy.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
-  @return Buffer\r
+  @return Buffer.\r
 \r
 **/\r
 UINT32 *\r
@@ -375,10 +375,10 @@ MmioWriteBuffer32 (
   If Buffer is not aligned on a 64-bit boundary, then ASSERT().\r
 \r
   @param  StartAddress    The starting address for the MMIO region to be copied to.\r
-  @param  Length     The size in bytes of the copy.\r
+  @param  Length          The size in bytes of the copy.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
-  @return Buffer\r
+  @return Buffer.\r
 \r
 **/\r
 UINT64 *\r