]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiTcp4Io.c
index e73a6dd5f78e4bca08b2c3de0ac34d8cb00dc24f..901b38e92fc0c0e479fb16ad48d5f58d74debded 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The wrap of TCP/IP Socket interface.\r
 \r
-Copyright (c) 2004 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include "IScsiImpl.h"\r
 \r
 /**\r
-  The common notify function associated with various Tcp4Io events. \r
+  The common notify function associated with various Tcp4Io events.\r
 \r
   @param[in]  Event   The event signaled.\r
   @param[in]  Context The context.\r
@@ -31,13 +31,13 @@ Tcp4IoCommonNotify (
 }\r
 \r
 /**\r
-  Create a TCP socket with the specified configuration data. \r
+  Create a TCP socket with the specified configuration data.\r
 \r
   @param[in]  Image      The handle of the driver image.\r
   @param[in]  Controller The handle of the controller.\r
   @param[in]  ConfigData The Tcp4 configuration data.\r
   @param[in]  Tcp4Io     The Tcp4Io.\r
-  \r
+\r
   @retval EFI_SUCCESS    The TCP socket is created and configured.\r
   @retval Others         Failed to create the TCP socket or configure it.\r
 **/\r
@@ -230,7 +230,7 @@ ON_ERROR:
 }\r
 \r
 /**\r
-  Destroy the socket. \r
+  Destroy the socket.\r
 \r
   @param[in]  Tcp4Io The Tcp4Io which wraps the socket to be destroyeds.\r
 **/\r
@@ -269,7 +269,7 @@ Tcp4IoDestroySocket (
 \r
   @param[in, out]  Tcp4Io    The Tcp4Io wrapping the TCP socket.\r
   @param[in]       Timeout   The time to wait for connection done.\r
-  \r
+\r
   @retval EFI_SUCCESS          Connect to the other endpoint of the TCP socket successfully.\r
   @retval EFI_TIMEOUT          Failed to connect to the other endpoint of the TCP socket in the                               specified time period.\r
   @retval Others               Other errors as indicated.\r
@@ -335,7 +335,7 @@ Tcp4IoReset (
 \r
   @param[in]   Tcp4Io          The Tcp4Io wrapping the TCP socket.\r
   @param[in]   Packet          The packet to transmit.\r
-  \r
+\r
   @retval EFI_SUCCESS          The packet is trasmitted.\r
   @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.\r
   @retval Others               Other errors as indicated.\r