]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/LoadFile2.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / LoadFile2.h
index 4fe46744ddb8e58c5d9c2d5f210f6b4666e4fa41..1d16bab952472cb46aa80f739780251acdeaccdd 100644 (file)
@@ -1,20 +1,20 @@
 /** @file\r
   Load File protocol as defined in the UEFI 2.0 specification.\r
 \r
-  Load file protocol exists to supports the addition of new boot devices, \r
-  and to support booting from devices that do not map well to file system. \r
+  Load file protocol exists to supports the addition of new boot devices,\r
+  and to support booting from devices that do not map well to file system.\r
   Network boot is done via a LoadFile protocol.\r
 \r
   UEFI 2.0 can boot from any device that produces a LoadFile protocol.\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
+  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
+  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
@@ -57,7 +57,7 @@ typedef struct _EFI_LOAD_FILE2_PROTOCOL EFI_LOAD_FILE2_PROTOCOL;
   @retval EFI_NO_RESPONSE       The remote system did not respond.\r
   @retval EFI_NOT_FOUND         The file was not found\r
   @retval EFI_ABORTED           The file load process was manually canceled.\r
-  @retval EFI_BUFFER_TOO_SMALL  The BufferSize is too small to read the current \r
+  @retval EFI_BUFFER_TOO_SMALL  The BufferSize is too small to read the current\r
                                 directory entry. BufferSize has been updated with\r
                                 the size needed to complete the request.\r
 \r