]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/SmbusDxe/Smbus.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / Omap35xxPkg / SmbusDxe / Smbus.c
index 3b88974ae1d17d07c85a4c50e3c2a64167518231..f2f43e252fdd600ab8bae44a781394ce4cc21877 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-  \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
@@ -76,8 +76,8 @@ ConfigureI2c (
   //Program prescaler to obtain 12-MHz clock\r
   MmioWrite16(I2C_PSC, 0x0000);\r
 \r
-  //Program SCLL and SCLH \r
-  //NOTE: Following values are the register dump after U-Boot code executed. \r
+  //Program SCLL and SCLH\r
+  //NOTE: Following values are the register dump after U-Boot code executed.\r
   //We need to figure out how its calculated based on the I2C functional clock and I2C_PSC.\r
   MmioWrite16(I2C_SCLL, 0x0035);\r
   MmioWrite16(I2C_SCLH, 0x0035);\r
@@ -124,7 +124,7 @@ I2CReadOneByte (
 STATIC\r
 EFI_STATUS\r
 I2CWriteOneByte (\r
-  UINT8 Data    \r
+  UINT8 Data\r
   )\r
 {\r
   EFI_STATUS Status;\r
@@ -319,7 +319,7 @@ InitializeSmbus (
   // Install the SMBUS interface\r
   Status = gBS->InstallMultipleProtocolInterfaces(&Handle, &gEfiSmbusHcProtocolGuid, &SmbusProtocol, NULL);\r
   ASSERT_EFI_ERROR(Status);\r
-  \r
+\r
   return Status;\r
 }\r
 \r