]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Did some code enhancement for DxeIpIoLib.
authorWang Fan <fan.wang@intel.com>
Wed, 10 Jan 2018 03:09:28 +0000 (11:09 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Tue, 16 Jan 2018 03:10:05 +0000 (11:10 +0800)
commit2b2087478c861b967394f1ce31531d27ab541b02
tree47c5d3815f7badfed3c800e911126e343a69064c
parent0a1bd0a35dece044bee3b1ff580b58a3eeae7a4a
MdeModulePkg: Did some code enhancement for DxeIpIoLib.

* In DxeIpIo, there are several places use ASSERT() to check input
  parameters without and descriptions or error handling. This patch
  fixed this issue.
* Fixed some incorrect descriptions in code commence.
* Remove unneeded Exit tag in function IpIoOpen and IpIoConfigIp.
* Add EFIAPI tag for function IpIoRefreshNeighbor.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wang Fan <fan.wang@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
MdeModulePkg/Include/Library/IpIoLib.h
MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c