]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseS3PciLib/S3PciLib.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseS3PciLib / S3PciLib.c
index 27342b0eca889d32c915fb9fa5250c4df63af266..d029f73dab8157f8a8ac5a6456815b33ebcb9989 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   PCI configuration Library Services that do PCI configuration and also enable\r
   the PCI operations to be replayed during an S3 resume. This library class\r
-  maps directly on top of the PciLib class. \r
+  maps directly on top of the PciLib class.\r
 \r
-  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -31,7 +31,7 @@
   Saves a PCI configuration value to the boot script.\r
 \r
   This internal worker function saves a PCI configuration value in\r
-  the S3 script to be replayed on S3 resume. \r
+  the S3 script to be replayed on S3 resume.\r
 \r
   If the saving process fails, then ASSERT().\r
 \r
@@ -63,7 +63,7 @@ InternalSavePciWriteValueToBootScript (
   Saves an 8-bit PCI configuration value to the boot script.\r
 \r
   This internal worker function saves an 8-bit PCI configuration value in\r
-  the S3 script to be replayed on S3 resume. \r
+  the S3 script to be replayed on S3 resume.\r
 \r
   If the saving process fails, then ASSERT().\r
 \r
@@ -429,7 +429,7 @@ S3PciBitFieldAndThenOr8 (
   Saves a 16-bit PCI configuration value to the boot script.\r
 \r
   This internal worker function saves a 16-bit PCI configuration value in\r
-  the S3 script to be replayed on S3 resume. \r
+  the S3 script to be replayed on S3 resume.\r
 \r
   If the saving process fails, then ASSERT().\r
 \r
@@ -805,7 +805,7 @@ S3PciBitFieldAndThenOr16 (
   Saves a 32-bit PCI configuration value to the boot script.\r
 \r
   This internal worker function saves a 32-bit PCI configuration value in the S3 script\r
-  to be replayed on S3 resume. \r
+  to be replayed on S3 resume.\r
 \r
   If the saving process fails, then ASSERT().\r
 \r
@@ -1264,6 +1264,6 @@ S3PciWriteBuffer (
              Buffer\r
              );\r
   ASSERT (Status == RETURN_SUCCESS);\r
-  \r
+\r
   return Size;\r
 }\r