]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Option.c
index 0da249c3ccff79fdf359e5cab1a5939654043381..2817b80295874621c0d20240a82717ea7530d33e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Routines to process TCP option.\r
-    \r
-Copyright (c) 2005 - 2006, Intel Corporation. All rights reserved.<BR>\r
+\r
+Copyright (c) 2005 - 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
@@ -16,9 +16,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
     Get a UINT16 value from buffer.\r
-    \r
+\r
     @param Buf                  Pointer to input buffer.\r
-    \r
+\r
     @return                     The UINT16 value get from buffer.\r
 \r
 **/\r
@@ -34,9 +34,9 @@ TcpGetUint16 (
 \r
 /**\r
     Get a UINT32 value from buffer.\r
-    \r
+\r
     @param Buf                  Pointer to input buffer.\r
-    \r
+\r
     @return                     The UINT32 value get from buffer.\r
 \r
 **/\r
@@ -52,9 +52,9 @@ TcpGetUint32 (
 \r
 /**\r
     Put a UINT32 value in buffer.\r
-    \r
+\r
     @param Buf                  Pointer to the buffer.\r
-    @param Data                 The UINT32 Date to put in buffer \r
+    @param Data                 The UINT32 Date to put in buffer\r
 \r
 **/\r
 VOID\r