]> 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 3039af5e82c0b2101acdf02b8ab5170d1c15c8c8..8682d51dab82b5c9ca4e05130427ebd63c59437f 100644 (file)
@@ -5,7 +5,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
@@ -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,10 @@ 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 \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r
@@ -267,9 +268,10 @@ 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 \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r
@@ -321,9 +323,10 @@ 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 \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r
@@ -374,9 +377,10 @@ 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 \r
+                          data to write.\r
 \r
   @return Buffer\r
 \r