]> 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 ad6ce3369ff66138454460a128e8038200565261..82afc17e38cff40c6a8f775a9ff542c012a2c780 100644 (file)
@@ -25,9 +25,9 @@
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
-  @param  Length          Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
+  @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
 \r
@@ -70,9 +70,9 @@ MmioReadBuffer8 (
   \r
   If Buffer is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
-  @param  Length          Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
+  @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
 \r
@@ -121,9 +121,9 @@ MmioReadBuffer16 (
   If Length is not aligned on a 32-bit boundary, then ASSERT().\r
   If Buffer is not aligned on a 32-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
-  @param  Length          Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
+  @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
 \r
@@ -173,9 +173,9 @@ MmioReadBuffer32 (
  \r
   If Buffer is not aligned on a 64-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
-  @param  Length          Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
+  @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
 \r
@@ -221,9 +221,9 @@ MmioReadBuffer64 (
   If Length is greater than (MAX_ADDRESS -Buffer + 1), then ASSERT().\r
 \r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
-  @param  Length     Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\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
 \r
   @return Buffer\r
 \r
@@ -267,9 +267,9 @@ MmioWriteBuffer8 (
 \r
   If Buffer is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
-  @param  Length     Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\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
 \r
   @return Buffer\r
 \r
@@ -321,9 +321,9 @@ MmioWriteBuffer16 (
 \r
   If Buffer is not aligned on a 32-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
-  @param  Length     Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\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
 \r
   @return Buffer\r
 \r
@@ -374,9 +374,9 @@ MmioWriteBuffer32 (
 \r
   If Buffer is not aligned on a 64-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
-  @param  Length     Size in bytes of the copy.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\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
 \r
   @return Buffer\r
 \r