mirror of https://github.com/acidanthera/audk.git
NetworkPkg: fix function comments in HttpBootDxe.
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>
This commit is contained in:
parent
5e2318dd37
commit
73617fa61a
|
@ -28,8 +28,10 @@
|
|||
NetworkPkg/NetworkPkg.dec
|
||||
|
||||
[Sources]
|
||||
HttpBootConfigNVDataStruc.h
|
||||
HttpBootDxe.h
|
||||
HttpBootDxe.c
|
||||
HttpBootConfig.h
|
||||
HttpBootConfig.c
|
||||
HttpBootComponentName.h
|
||||
HttpBootComponentName.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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue