]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcSupport.c
index 4b6f8c9c7feff899abe478e69962476b0d2f8790..60509fc9e61288097257cb19addf4fb2c2787e22 100644 (file)
@@ -48,7 +48,7 @@ PxeBcFlushStationIp (
     //\r
     CopyMem (&Private->Udp6CfgData.StationAddress, StationIp, sizeof (EFI_IPv6_ADDRESS));\r
     CopyMem (&Private->Ip6CfgData.StationAddress, StationIp, sizeof (EFI_IPv6_ADDRESS));\r
-    \r
+\r
     //\r
     // Reconfigure the Ip6 instance to capture background ICMP6 packets with new station Ip address.\r
     //\r
@@ -79,7 +79,7 @@ PxeBcFlushStationIp (
       CopyMem (&Private->Udp4CfgData.StationAddress, StationIp, sizeof (EFI_IPv4_ADDRESS));\r
       CopyMem (&Private->Ip4CfgData.StationAddress, StationIp, sizeof (EFI_IPv4_ADDRESS));\r
     }\r
-    \r
+\r
     if (SubnetMask != NULL) {\r
       //\r
       // Overwrite Udp4CfgData/Ip4CfgData SubnetMask.\r
@@ -97,7 +97,7 @@ PxeBcFlushStationIp (
       Mode->RouteTable[0].SubnetMask.Addr[0] = SubnetMask->Addr[0];\r
       Mode->RouteTable[0].GwAddr.Addr[0]     = 0;\r
     }\r
-    \r
+\r
     if (StationIp != NULL || SubnetMask != NULL) {\r
       //\r
       // Reconfigure the Ip4 instance to capture background ICMP packets with new station Ip address.\r
@@ -306,7 +306,7 @@ PxeBcIcmpErrorDpcHandle (
     //\r
     goto ON_RECYCLE;\r
   }\r
-  \r
+\r
   //\r
   // The protocol has been configured to only receive ICMP packet.\r
   //\r
@@ -482,7 +482,7 @@ PxeBcIcmp6ErrorDpcHandle (
 \r
 ON_RECYCLE:\r
   gBS->SignalEvent (RxData->RecycleSignal);\r
-  \r
+\r
 ON_EXIT:\r
   Private->Icmp6Token.Status = EFI_NOT_READY;\r
   Ip6->Receive (Ip6, &Private->Icmp6Token);\r
@@ -517,7 +517,7 @@ PxeBcIcmp6ErrorUpdate (
   @param[in, out]  SrcPort              The pointer to the source port.\r
   @param[in]       DoNotFragment        If TRUE, fragment is not enabled.\r
                                         Otherwise, fragment is enabled.\r
-  @param[in]       Ttl                  The time to live field of the IP header. \r
+  @param[in]       Ttl                  The time to live field of the IP header.\r
   @param[in]       ToS                  The type of service field of the IP header.\r
 \r
   @retval          EFI_SUCCESS          Successfully configured this instance.\r