From: Fu Siyuan Date: Thu, 10 Mar 2016 02:08:54 +0000 (+0800) Subject: NetworkPkg: fix function comments in HttpBootDxe. X-Git-Tag: edk2-stable201903~7612 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=73617fa61a923fda7874bd5e1788aea7854d44aa;p=mirror_edk2.git NetworkPkg: fix function comments in HttpBootDxe. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Reviewed-by: Wu Jiaxin Reviewed-by: Zhang Lubo --- diff --git a/NetworkPkg/HttpBootDxe/HttpBootDxe.inf b/NetworkPkg/HttpBootDxe/HttpBootDxe.inf index 8b4219cb17..7393ecd367 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootDxe.inf +++ b/NetworkPkg/HttpBootDxe/HttpBootDxe.inf @@ -28,8 +28,10 @@ NetworkPkg/NetworkPkg.dec [Sources] + HttpBootConfigNVDataStruc.h HttpBootDxe.h HttpBootDxe.c + HttpBootConfig.h HttpBootConfig.c HttpBootComponentName.h HttpBootComponentName.c diff --git a/NetworkPkg/HttpBootDxe/HttpBootSupport.c b/NetworkPkg/HttpBootDxe/HttpBootSupport.c index e678379bf4..758c49b712 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootSupport.c +++ b/NetworkPkg/HttpBootDxe/HttpBootSupport.c @@ -951,7 +951,7 @@ HttpIoRecvResponse ( Caller need to free the buffer in the UriAddress pointer. @param[in] FilePath Pointer to the device path which contains a URI device path node. - @param[in] UriAddress The URI address string extract from the device path. + @param[out] UriAddress The URI address string extract from the device path. @retval EFI_SUCCESS The URI string is returned. @retval EFI_OUT_OF_RESOURCES Failed to allocate memory. diff --git a/NetworkPkg/HttpBootDxe/HttpBootSupport.h b/NetworkPkg/HttpBootDxe/HttpBootSupport.h index 3edea615af..f382d6309c 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootSupport.h +++ b/NetworkPkg/HttpBootDxe/HttpBootSupport.h @@ -335,7 +335,7 @@ HttpIoRecvResponse ( Caller need to free the buffer in the UriAddress pointer. @param[in] FilePath Pointer to the device path which contains a URI device path node. - @param[in] UriAddress The URI address string extract from the device path. + @param[out] UriAddress The URI address string extract from the device path. @retval EFI_SUCCESS The URI string is returned. @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.