]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / PeiIoLibCpuIo / IoLibMmioBuffer.c
index bcc265ea4dc1b7b42d62d3abb34e6d8a77d22103..328d03c4315f671685cc1159e403f75bbc5b8c18 100644 (file)
@@ -6,7 +6,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -32,9 +32,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  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -76,9 +76,9 @@ MmioReadBuffer8 (
   If Length is not aligned on a 16-bit boundary, then ASSERT().\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  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -127,9 +127,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  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -178,9 +178,9 @@ MmioReadBuffer32 (
   If Length is not aligned on a 64-bit boundary, then ASSERT().\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  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -226,9 +226,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  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -272,9 +272,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  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -326,9 +326,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  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -379,9 +379,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  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r