]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Update PXE driver to follow edk2 coding standards.
authorFu Siyuan <siyuan.fu@intel.com>
Thu, 30 Jun 2016 01:57:23 +0000 (09:57 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Tue, 12 Jul 2016 00:50:29 +0000 (08:50 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Samer El-Haj-Mahmoud <smahmoud@lenovo.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.c
MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.h

index 79c9a67f9e59fb07facc6940d69293a6abaf860e..a20fdb7a84aac3f877f15691260a0fa727611a4c 100644 (file)
@@ -42,7 +42,7 @@ PxeBcCommonNotify (
   @param  SubnetMask Pointer to the subnetmask of the station ip address.\r
   @param  Gateway    Pointer to the gateway ip address.\r
   @param  SrcPort    Pointer to the srouce port of the station.\r
-  @param  TTL        The time to live field of the IP header. \r
+  @param  Ttl        The time to live field of the IP header. \r
   @param  ToS        The type of service field of the IP header.\r
 \r
   @retval EFI_SUCCESS           The configuration settings were set, changed, or reset successfully.\r
@@ -68,7 +68,7 @@ PxeBcConfigureUdpWriteInstance (
   IN EFI_IPv4_ADDRESS   *SubnetMask,\r
   IN EFI_IPv4_ADDRESS   *Gateway,\r
   IN OUT UINT16         *SrcPort,\r
-  IN     UINT8          TTL,\r
+  IN     UINT8          Ttl,\r
   IN     UINT8          ToS\r
   )\r
 {\r
index 1082b3aa2ecc0d82329fe7c39c60a8cc6b2fdfe6..16ac05ec82ae363d235673932b4698a41ac1cd2f 100644 (file)
@@ -38,7 +38,7 @@ PxeBcCommonNotify (
   @param  SubnetMask Pointer to the subnetmask of the station ip address.\r
   @param  Gateway    Pointer to the gateway ip address.\r
   @param  SrcPort    Pointer to the srouce port of the station.\r
-  @param  TTL        The time to live field of the IP header. \r
+  @param  Ttl        The time to live field of the IP header. \r
   @param  ToS        The type of service field of the IP header.\r
 \r
   @retval EFI_SUCCESS           The configuration settings were set, changed, or reset successfully.\r
@@ -64,7 +64,7 @@ PxeBcConfigureUdpWriteInstance (
   IN EFI_IPv4_ADDRESS   *SubnetMask,\r
   IN EFI_IPv4_ADDRESS   *Gateway,\r
   IN OUT UINT16         *SrcPort,\r
-  IN     UINT8          TTL,\r
+  IN     UINT8          Ttl,\r
   IN     UINT8          ToS\r
   );\r
 /**\r