]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/CpuRuntimeDxe/CpuIo.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / CpuRuntimeDxe / CpuIo.c
index 6f63375f4f0f85474657a014dc376b295203f7db..a8c10ba55588674d78004f40991df32f21da6e68 100644 (file)
@@ -1,20 +1,20 @@
 /*++ @file\r
   This is the code that publishes the CPU I/O Protocol.\r
   The intent herein is to have a single I/O service that can load\r
-  as early as possible, extend into runtime, and be layered upon by \r
+  as early as possible, extend into runtime, and be layered upon by\r
   the implementations of architectural protocols and the PCI Root\r
   Bridge I/O Protocol.\r
 \r
 \r
 Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
-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
-                                                                                          \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
+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
+\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
 \r
 **/\r
 \r
@@ -74,12 +74,12 @@ Returns:
 \r
   Status\r
 \r
-  EFI_SUCCESS             - The data was read from or written to the EFI \r
+  EFI_SUCCESS             - The data was read from or written to the EFI\r
                             System.\r
   EFI_INVALID_PARAMETER   - Width is invalid for this EFI System.\r
   EFI_INVALID_PARAMETER   - Buffer is NULL.\r
   EFI_UNSUPPORTED         - The Buffer is not aligned for the given Width.\r
-  EFI_UNSUPPORTED         - The address range specified by Address, Width, \r
+  EFI_UNSUPPORTED         - The address range specified by Address, Width,\r
                             and Count is not valid for this EFI System.\r
 \r
 **/\r
@@ -132,7 +132,7 @@ Returns:
   EFI_INVALID_PARAMETER   - Width is invalid for this EFI System.\r
   EFI_INVALID_PARAMETER   - Buffer is NULL.\r
   EFI_UNSUPPORTED         - The Buffer is not aligned for the given Width.\r
-  EFI_UNSUPPORTED         - The address range specified by Address, Width, and \r
+  EFI_UNSUPPORTED         - The address range specified by Address, Width, and\r
                             Count is not valid for this EFI System.\r
 \r
 **/\r
@@ -166,7 +166,7 @@ CpuIoServiceRead (
 /*++\r
 \r
 Routine Description:\r
-  \r
+\r
   This is the service that implements the I/O read\r
 \r
 Arguments:\r
@@ -184,7 +184,7 @@ Returns:
   EFI_INVALID_PARAMETER   - Width is invalid for this EFI System.\r
   EFI_INVALID_PARAMETER   - Buffer is NULL.\r
   EFI_UNSUPPORTED         - The Buffer is not aligned for the given Width.\r
-  EFI_UNSUPPORTED         - The address range specified by Address, Width, and \r
+  EFI_UNSUPPORTED         - The address range specified by Address, Width, and\r
                             Count is not valid for this EFI System.\r
 **/\r
 {\r
@@ -225,7 +225,7 @@ CpuIoServiceWrite (
 \r
 Routine Description:\r
 \r
-  \r
+\r
   This is the service that implements the I/O Write\r
 \r
 Arguments:\r
@@ -245,7 +245,7 @@ Returns:
   EFI_INVALID_PARAMETER   - Width is invalid for this EFI System.\r
   EFI_INVALID_PARAMETER   - Buffer is NULL.\r
   EFI_UNSUPPORTED         - The Buffer is not aligned for the given Width.\r
-  EFI_UNSUPPORTED         - The address range specified by Address, Width, and \r
+  EFI_UNSUPPORTED         - The address range specified by Address, Width, and\r
                             Count is not valid for this EFI System.\r
 \r
 **/\r