]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UfsPciHcPei / UfsPciHcPei.c
index 36325641e7e8aaaaa1e55a4516190e0c5209176b..56e4051155e2fdec5bd6c5d03e438a38be345956 100644 (file)
@@ -2,7 +2,7 @@
   UfsPciHcPei driver is used to provide platform-dependent info, mainly UFS host controller\r
   MMIO base, to upper layer UFS drivers.\r
 \r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 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
@@ -53,7 +53,7 @@ GetUfsHcMmioBar (
   if (ControllerId >= Private->TotalUfsHcs) {\r
     return EFI_INVALID_PARAMETER;\r
   }\r
-  \r
+\r
   *MmioBar = (UINTN)Private->UfsHcPciAddr[ControllerId];\r
 \r
   return EFI_SUCCESS;\r
@@ -61,7 +61,7 @@ GetUfsHcMmioBar (
 \r
 /**\r
   The user code starts with this function.\r
-  \r
+\r
   @param  FileHandle             Handle of the file being invoked.\r
   @param  PeiServices            Describes the list of possible PEI Services.\r
 \r