]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConnect.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / BdsConnect.c
index f487aa611a9749db429451ce312a95a02acbf60f..c52188424ae66a59ce3b1b0330693f9a2c8b1b52 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   BDS Lib functions which relate with connect the device\r
 \r
-Copyright (c) 2004 - 2013, 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
@@ -109,7 +109,7 @@ BdsLibConnectDevicePath (
     return EFI_OUT_OF_RESOURCES;\r
   }\r
   CopyOfDevicePath  = DevicePath;\r
-  \r
+\r
   do {\r
     //\r
     // The outer loop handles multi instance device paths.\r
@@ -122,7 +122,7 @@ BdsLibConnectDevicePath (
       FreePool (CopyOfDevicePath);\r
       return EFI_OUT_OF_RESOURCES;\r
     }\r
-    \r
+\r
     Next      = Instance;\r
     while (!IsDevicePathEndType (Next)) {\r
       Next = NextDevicePathNode (Next);\r
@@ -203,8 +203,8 @@ BdsLibConnectDevicePath (
 }\r
 \r
 /**\r
-  This function will connect all current system handles recursively. \r
-  \r
+  This function will connect all current system handles recursively.\r
+\r
   gBS->ConnectController() service is invoked for each handle exist in system handler buffer.\r
   If the handle is bus type handler, all childrens also will be connected recursively\r
   by gBS->ConnectController().\r
@@ -247,8 +247,8 @@ BdsLibConnectAllEfi (
 }\r
 \r
 /**\r
-  This function will disconnect all current system handles. \r
-  \r
+  This function will disconnect all current system handles.\r
+\r
   gBS->DisconnectController() is invoked for each handle exists in system handle buffer.\r
   If handle is a bus type handle, all childrens also are disconnected recursively by\r
   gBS->DisconnectController().\r