]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcMtftp.h
index 241b079d721c728f6059d5dfa51ed4a8e2b21666..903dd4fbb69a7ebccd429e2f0598a7d6b8223371 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Mtftp routines for PxeBc.\r
-    \r
-Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+\r
+Copyright (c) 2007 - 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
@@ -27,7 +27,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   This function is to get size of a file by Tftp.\r
-  \r
+\r
   @param  Private        Pointer to PxeBc private data\r
   @param  Config         Pointer to Mtftp configuration data\r
   @param  Filename       Pointer to file name\r
@@ -38,7 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @retval EFI_NOT_FOUND      Parse the tftp ptions failed.\r
   @retval EFI_DEVICE_ERROR   The network device encountered an error during this operation.\r
   @retval Other              Has not get the size of the file.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 PxeBcTftpGetFileSize (\r
@@ -64,7 +64,7 @@ PxeBcTftpGetFileSize (
   @retval EFI_SUCCESS        Read the data success from the special file.\r
   @retval EFI_DEVICE_ERROR   The network device encountered an error during this operation.\r
   @retval other              Read data from file failed.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 PxeBcTftpReadFile (\r
@@ -92,7 +92,7 @@ PxeBcTftpReadFile (
   @retval EFI_SUCCESS        Write the data success into the special file.\r
   @retval EFI_DEVICE_ERROR   The network device encountered an error during this operation.\r
   @retval other              Write data into file failed.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 PxeBcTftpWriteFile (\r
@@ -117,10 +117,10 @@ PxeBcTftpWriteFile (
   @param  BufferSize     Pointer to buffer size.\r
   @param  DontUseBuffer  Indicate whether with a receive buffer.\r
 \r
-  @retval EFI_SUCCES         Get the data from the file included in directory success. \r
+  @retval EFI_SUCCES         Get the data from the file included in directory success.\r
   @retval EFI_DEVICE_ERROR   The network device encountered an error during this operation.\r
   @retval other              Operation failed.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 PxeBcTftpReadDirectory (\r