]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/TftpDynamicCommand: Correct comments to align with the input parameter.
authorJiaxin Wu <Jiaxin.wu@intel.com>
Mon, 8 Oct 2018 02:49:33 +0000 (10:49 +0800)
committerJiaxin Wu <Jiaxin.wu@intel.com>
Tue, 9 Oct 2018 00:43:43 +0000 (08:43 +0800)
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1230

Cc: Carsey Jaben <jaben.carsey@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Bi Dandan <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c

index d4391b9f33cd27adff0925ffec755aaf2da34740..ccf7abde4290cb25418702961fe60ff476451240 100644 (file)
@@ -165,6 +165,7 @@ GetFileSize (
   @param[in]   AsciiFilePath  Path of the file, ASCII encoded\r
   @param[in]   FileSize       Size of the file in number of bytes\r
   @param[in]   BlockSize      Value of the TFTP blksize option\r
+  @param[in]   WindowSize     Value of the TFTP window size option\r
   @param[out]  Data           Address where to store the address of the buffer\r
                               where the data of the file were downloaded in\r
                               case of success.\r
@@ -906,6 +907,7 @@ Error :
   @param[in]   AsciiFilePath  Path of the file, ASCII encoded\r
   @param[in]   FileSize       Size of the file in number of bytes\r
   @param[in]   BlockSize      Value of the TFTP blksize option\r
+  @param[in]   WindowSize     Value of the TFTP window size option\r
   @param[out]  Data           Address where to store the address of the buffer\r
                               where the data of the file were downloaded in\r
                               case of success.\r