]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Library / PeiSmbusLibSmbusPpi / PeiSmbusLib.c
index 33d90968331abca02f46dfe86e57b18727522f5f..ae5cbb26b4a10ad2c9838660a981913b34e2737b 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   Implementation of SmBusLib class library for PEI phase.\r
 \r
 /** @file\r
   Implementation of SmBusLib class library for PEI phase.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\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
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\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
 \r
 **/\r
 \r
@@ -19,14 +19,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   This internal function retrieves Smbus PPI from PPI database.\r
   If gEfiPeiSmbusPpiGuid can not be located, then ASSERT()\r
 \r
   This internal function retrieves Smbus PPI from PPI database.\r
   If gEfiPeiSmbusPpiGuid can not be located, then ASSERT()\r
-  \r
+\r
   @return The pointer to Smbus PPI.\r
 \r
 **/\r
 EFI_PEI_SMBUS_PPI *\r
 InternalGetSmbusPpi (\r
   VOID\r
   @return The pointer to Smbus PPI.\r
 \r
 **/\r
 EFI_PEI_SMBUS_PPI *\r
 InternalGetSmbusPpi (\r
   VOID\r
-  ) \r
+  )\r
 {\r
   EFI_STATUS            Status;\r
   EFI_PEI_SMBUS_PPI     *SmbusPpi;\r
 {\r
   EFI_STATUS            Status;\r
   EFI_PEI_SMBUS_PPI     *SmbusPpi;\r
@@ -39,7 +39,7 @@ InternalGetSmbusPpi (
 }\r
 \r
 /**\r
 }\r
 \r
 /**\r
-  Executes an SMBus operation to an SMBus controller. \r
+  Executes an SMBus operation to an SMBus controller.\r
 \r
   This function provides a standard way to execute Smbus script\r
   as defined in the SmBus Specification. The data can either be of\r
 \r
   This function provides a standard way to execute Smbus script\r
   as defined in the SmBus Specification. The data can either be of\r
@@ -83,7 +83,7 @@ InternalSmBusExec (
                              SmbusDeviceAddress,\r
                              SMBUS_LIB_COMMAND (SmBusAddress),\r
                              SmbusOperation,\r
                              SmbusDeviceAddress,\r
                              SMBUS_LIB_COMMAND (SmBusAddress),\r
                              SmbusOperation,\r
-                             SMBUS_LIB_PEC (SmBusAddress),  \r
+                             SMBUS_LIB_PEC (SmBusAddress),\r
                              &Length,\r
                              Buffer\r
                              );\r
                              &Length,\r
                              Buffer\r
                              );\r