]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcSupport.c
index c1cabca8b96a2a7524d5f4c0d5d2d78ada1d0d28..1401ca5ec2fd0584601f4eee4b84b01f8fba9f96 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Support routines for PxeBc.\r
 \r
-Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -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
@@ -166,7 +166,7 @@ CvtNum (
   @param      Number         The unsigned int number will be converted.\r
   @param      Buffer         Pointer to the buffer to store the decimal number after transform.\r
   @param[in]  BufferSize     The maxsize of the buffer.\r
-  \r
+\r
   @return the length of the number after transform.\r
 \r
 **/\r