]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg: fix function comments in HttpBootDxe.
authorFu Siyuan <siyuan.fu@intel.com>
Thu, 10 Mar 2016 02:08:54 +0000 (10:08 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Tue, 15 Mar 2016 01:51:12 +0000 (09:51 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg/HttpBootDxe/HttpBootSupport.c
NetworkPkg/HttpBootDxe/HttpBootSupport.h

index 8b4219cb17117da51032e1b5be9ffae8df4062f3..7393ecd3679c29fe3ce37ad9415df8ddbf9b5e01 100644 (file)
   NetworkPkg/NetworkPkg.dec\r
 \r
 [Sources]\r
+  HttpBootConfigNVDataStruc.h\r
   HttpBootDxe.h\r
   HttpBootDxe.c\r
+  HttpBootConfig.h\r
   HttpBootConfig.c\r
   HttpBootComponentName.h\r
   HttpBootComponentName.c\r
index e678379bf48bb96f041e97882d8c6db5a582648d..758c49b71286202e4e3949d57e62fe51623a4e5f 100644 (file)
@@ -951,7 +951,7 @@ HttpIoRecvResponse (
   Caller need to free the buffer in the UriAddress pointer.\r
   \r
   @param[in]   FilePath         Pointer to the device path which contains a URI device path node.\r
-  @param[in]   UriAddress       The URI address string extract from the device path.\r
+  @param[out]  UriAddress       The URI address string extract from the device path.\r
   \r
   @retval EFI_SUCCESS            The URI string is returned.\r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory.\r
index 3edea615af290851170c4e206d6b0fdb1b62f3ee..f382d6309c25746308ee701a5a5161ccf175779d 100644 (file)
@@ -335,7 +335,7 @@ HttpIoRecvResponse (
   Caller need to free the buffer in the UriAddress pointer.\r
   \r
   @param[in]   FilePath         Pointer to the device path which contains a URI device path node.\r
-  @param[in]   UriAddress       The URI address string extract from the device path.\r
+  @param[out]  UriAddress       The URI address string extract from the device path.\r
   \r
   @retval EFI_SUCCESS            The URI string is returned.\r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory.\r