]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / SmmIoLibSmmCpuIo2 / IoLibMmioBuffer.c
index ce1f93043ab51dca6cc3a829d86f455e0daba179..8682d51dab82b5c9ca4e05130427ebd63c59437f 100644 (file)
@@ -222,8 +222,9 @@ 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  Buffer          The pointer to a system memory buffer containing the data to write.\r
+  @param  Length          The size in bytes of the copy.\r
+  @param  Buffer          The pointer to a system memory buffer containing the \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r
@@ -268,8 +269,9 @@ 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  Buffer          The pointer to a system memory buffer containing the data to write.\r
+  @param  Length          The size in bytes of the copy.\r
+  @param  Buffer          The pointer to a system memory buffer containing the \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r
@@ -322,8 +324,9 @@ 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  Buffer          The pointer to a system memory buffer containing the data to write.\r
+  @param  Length          The size in bytes of the copy.\r
+  @param  Buffer          The pointer to a system memory buffer containing the \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r
@@ -375,8 +378,9 @@ 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  Buffer          The pointer to a system memory buffer containing the data to write.\r
+  @param  Length          The size in bytes of the copy.\r
+  @param  Buffer          The pointer to a system memory buffer containing the \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r