]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/connect.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / connect.c
index e02762efa37d2ec69fe75ef06b39dc3f129ef45a..92fc75bdb0ed593ad62440ad8b6f19b6ad3a91a6 100644 (file)
   @param [in] s         Socket file descriptor returned from ::socket.\r
 \r
   @param [in] address   Network address of the remote system\r
-  \r
+\r
   @param [in] address_len Length of the remote network address\r
 \r
-  @returns    ::connect returns zero if successful and -1 when an error occurs.\r
+  @return     ::connect returns zero if successful and -1 when an error occurs.\r
               In the case of an error, errno contains more details.\r
 \r
  **/\r
@@ -61,7 +61,7 @@ connect (
   struct __filedes * pDescriptor;\r
   EFI_SOCKET_PROTOCOL * pSocketProtocol;\r
   EFI_STATUS Status;\r
-  \r
+\r
   //\r
   //  Locate the context for this socket\r
   //\r
@@ -85,7 +85,7 @@ connect (
                                              &errno );\r
     } while ( bBlocking && ( EFI_NOT_READY == Status ));\r
   }\r
-  \r
+\r
   //\r
   //  Return the new socket file descriptor\r
   //\r