diff options
author | Jiaxin Wu <Jiaxin.wu@intel.com> | 2018-10-08 10:49:33 +0800 |
---|---|---|
committer | Jiaxin Wu <Jiaxin.wu@intel.com> | 2018-10-09 08:43:43 +0800 |
commit | a7ab1c315c3cf5e804897471e992655c9b5baa0f (patch) | |
tree | afbed0bde0907cceff5c649025db636d5870d03d /ShellPkg | |
parent | e8601e972fd425098f29646b9032d4b7a0f49f66 (diff) | |
download | edk2-a7ab1c315c3cf5e804897471e992655c9b5baa0f.tar.gz |
ShellPkg/TftpDynamicCommand: Correct comments to align with the input parameter.
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>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c index d4391b9f33..ccf7abde42 100644 --- a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c +++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c @@ -165,6 +165,7 @@ GetFileSize ( @param[in] AsciiFilePath Path of the file, ASCII encoded
@param[in] FileSize Size of the file in number of bytes
@param[in] BlockSize Value of the TFTP blksize option
+ @param[in] WindowSize Value of the TFTP window size option
@param[out] Data Address where to store the address of the buffer
where the data of the file were downloaded in
case of success.
@@ -906,6 +907,7 @@ Error : @param[in] AsciiFilePath Path of the file, ASCII encoded
@param[in] FileSize Size of the file in number of bytes
@param[in] BlockSize Value of the TFTP blksize option
+ @param[in] WindowSize Value of the TFTP window size option
@param[out] Data Address where to store the address of the buffer
where the data of the file were downloaded in
case of success.
|