]> git.proxmox.com Git - mirror_edk2.git/commitdiff
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)
* 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>

No differences found