]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Drivers / PL301Axi / PL301Axi.c
index 7241f5cef228e9815e728526b55862e48d77c7f1..8600721c581ff33b0697901dae8b6db518e3cf09 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
 *\r
 *  Copyright (c) 2011, ARM Limited. All rights reserved.\r
-*  \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
@@ -61,14 +61,14 @@ VOID PL301AxiInit(UINTN FAxiBase) {
     // Configure the Access Control Register (MI 0)\r
     FAxiWriteReg(PL301_QOS_ACCESSCONTROL_MI_0, V2P_CA9_FAXI_MI0_ACCESSCNTRL_VAL);\r
 \r
-    // MP0 \r
+    // MP0\r
     // Set priority for Read\r
     FAxiWriteReg(PL301_AR_ARB_MI_0, 0x00000100);\r
     FAxiWriteReg(PL301_AR_ARB_MI_0, 0x01000200);\r
     FAxiWriteReg(PL301_AR_ARB_MI_0, 0x02000200);\r
     FAxiWriteReg(PL301_AR_ARB_MI_0, 0x03000200);\r
     FAxiWriteReg(PL301_AR_ARB_MI_0, 0x04000200);\r
-  \r
+\r
     // Set priority for Write\r
     FAxiWriteReg(PL301_AW_ARB_MI_0, 0x00000100);\r
     FAxiWriteReg(PL301_AW_ARB_MI_0, 0x01000200);\r
@@ -98,7 +98,7 @@ VOID PL301AxiInit(UINTN FAxiBase) {
     FAxiWriteReg(PL301_AR_ARB_MI_2, 0x02000100);\r
     FAxiWriteReg(PL301_AR_ARB_MI_2, 0x03000100);\r
     FAxiWriteReg(PL301_AR_ARB_MI_2, 0x04000100);\r
-  \r
+\r
     // Set priority for Write\r
     FAxiWriteReg(PL301_AW_ARB_MI_2, 0x00000100);\r
     FAxiWriteReg(PL301_AW_ARB_MI_2, 0x01000200);\r