]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.h
NetworkPkg/UefiPxeBcDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcMtftp.h
index edd8decbd80655bb096baa7c219a6fcfe193a875..7356c0ae9e589b2952f0129c7e65c249bb63a961 100644 (file)
@@ -1,15 +1,9 @@
 /** @file\r
   Functions declaration related with Mtftp for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
   @param[in]      Config         Pointer to configure data.\r
   @param[in]      Filename       Pointer to boot file name.\r
   @param[in]      BlockSize      Pointer to required block size.\r
+  @param[in]      WindowSize     Pointer to required window size.\r
   @param[in, out] BufferSize     Pointer to buffer size.\r
 \r
   @retval EFI_SUCCESS        Successfully obtained the size of file.\r
-  @retval EFI_NOT_FOUND      Parse the tftp ptions failed.\r
+  @retval EFI_NOT_FOUND      Parse the tftp options failed.\r
   @retval EFI_DEVICE_ERROR   The network device encountered an error during this operation.\r
   @retval Others             Did not obtain the size of the file.\r
 \r
@@ -61,6 +56,7 @@ PxeBcTftpGetFileSize (
   @param[in]      Config         Pointer to config data.\r
   @param[in]      Filename       Pointer to boot file name.\r
   @param[in]      BlockSize      Pointer to required block size.\r
+  @param[in]      WindowSize     Pointer to required window size.\r
   @param[in]      BufferPtr      Pointer to buffer.\r
   @param[in, out] BufferSize     Pointer to buffer size.\r
   @param[in]      DontUseBuffer  Indicates whether to use a receive buffer.\r
@@ -118,11 +114,12 @@ PxeBcTftpWriteFile (
   @param[in]       Config         Pointer to config data.\r
   @param[in]       Filename       Pointer to boot file name.\r
   @param[in]       BlockSize      Pointer to required block size.\r
+  @param[in]       WindowSize     Pointer to required window size.\r
   @param[in]       BufferPtr      Pointer to buffer.\r
   @param[in, out]  BufferSize     Pointer to buffer size.\r
   @param[in]       DontUseBuffer  Indicates whether with a receive buffer.\r
 \r
-  @retval EFI_SUCCES         Successfully obtained the data from the file included in directory.\r
+  @retval EFI_SUCCESS        Successfully obtained the data from the file included in directory.\r
   @retval EFI_DEVICE_ERROR   The network device encountered an error during this operation.\r
   @retval Others             Operation failed.\r
 \r