]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / Uhci.c
index 1fcc8b5f320f699b790ed3d8ad7d7e0c122d509b..246f0646f65c96af779b0e03c796aa630de80a2a 100644 (file)
@@ -2,7 +2,7 @@
 \r
   The UHCI driver model and HC protocol routines.\r
 \r
-Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -1519,7 +1519,7 @@ UhciFreeDev (
   if (Uhc->ExitBootServiceEvent != NULL) {\r
     gBS->CloseEvent (Uhc->ExitBootServiceEvent);\r
   }\r
-  \r
+\r
   if (Uhc->MemPool != NULL) {\r
     UsbHcFreeMemPool (Uhc->MemPool);\r
   }\r
@@ -1796,7 +1796,7 @@ UhciDriverBindingStart (
   UhciWriteReg (Uhc->PciIo, USBCMD_OFFSET, USBCMD_RS | USBCMD_MAXP);\r
 \r
   return EFI_SUCCESS;\r
-  \r
+\r
 UNINSTALL_USBHC:\r
   gBS->UninstallMultipleProtocolInterfaces (\r
          Controller,\r